Yes_Tron · Verified Contract on Tron
Smart contract
VERIFIED · mainnet
{} ✓
Yes_Tron
Address TS3RMq2Rb5FVsVQ3D41wCd85cDDJis2eGv
Contract balance 20TRX on-chain
Total calls 8.41K lifetime triggers
Functions 4 1 read · 3 write
Bytecode 1.48Kbytes runtime
Deployed Mar 11, 2021 verified
Contract interface
ABI · 4 fns
contract.abi.json
[
{
"payable": true,
"inputs": [
{
"name": "_userAddresses",
"type": "address[]"
},
{
"name": "_amount",
"type": "uint256"
}
],
"name": "airDropTRX",
"stateMutability": "Payable",
"type": "Function"
},
{
"payable": true,
"name": "withdrawLostTRXFromBalance",
"stateMutability": "Payable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"constant": true,
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"payable": true,
"inputs": [
{
"name": "_contributors",
"type": "address[]"
},
{
"name": "_balances",
"type": "uint256[]"
}
],
"name": "multisendTRX",
"stateMutability": "Payable",
"type": "Function"
},
{
"inputs": [
{
"name": "ownerAddress",
"type": "address"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"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
Yes_Tron is a verified smart contract on Tron, deployed from TWd5zkJqmJ4pNXe1rhJvNdnJcJVeghaPMv on Mar 11, 2021. It has been called 8.41K 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 verified Solidity source is viewable on TronScan ↗. Write calls require a signed wallet transaction — wallet support is coming soon.