Squire_Tron · Verified Contract on Tron
Smart contract
VERIFIED · mainnet
{} ✓
Squire_Tron
Address TDsczBuxHM3YhAwpyRyZgUaCbPTNwcwsPZ
Contract balance 24,899TRX on-chain
Total calls 227.92K lifetime triggers
Functions 2 0 read · 2 write
Bytecode 1.16Kbytes runtime
Deployed Nov 23, 2020 verified
Contract interface
ABI · 2 fns
contract.abi.json
[
{
"payable": true,
"inputs": [
{
"name": "_userAddresses",
"type": "address[]"
},
{
"name": "_amount",
"type": "uint256"
}
],
"name": "airDropTRX",
"stateMutability": "Payable",
"type": "Function"
},
{
"payable": true,
"inputs": [
{
"name": "_contributors",
"type": "address[]"
},
{
"name": "_balances",
"type": "uint256[]"
}
],
"name": "multisendTRX",
"stateMutability": "Payable",
"type": "Function"
},
{
"inputs": [
{
"name": "value",
"type": "uint256"
},
{
"indexed": true,
"name": "sender",
"type": "address"
}
],
"name": "Multisended",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "_userAddress",
"type": "address"
},
{
"name": "_amount",
"type": "uint256"
}
],
"name": "Airdropped",
"type": "Event"
}
]About this contract
overview
Squire_Tron is a verified smart contract on Tron, deployed from TX6cJos3tkBEZBLmy1dPr7GrFF1sQww8yo on Nov 23, 2020. It has been called 227.92K times.
The ABI matches the on-chain bytecode, so the Read tab above runs live view calls against the node (no gas, no signature). The full ABI and bytecode are in the Code tab. Write calls require a signed wallet transaction — wallet support is coming soon.