MultiSender · Verified Contract on Tron
Smart contract
VERIFIED · mainnet
{} ✓
MultiSender
Address TPWedAXP4TnBAtTKPVU8ebL491SucUw8Zo
Contract balance 210TRX on-chain
Total calls 109 lifetime triggers
Functions 9 2 read · 7 write
Bytecode 3.77Kbytes runtime
Deployed Jun 7, 2024 verified
Contract interface
ABI · 9 fns
contract.abi.json
[
{
"inputs": [
{
"name": "_fee_per_address",
"type": "uint256"
}
],
"stateMutability": "Payable",
"type": "Constructor"
},
{
"name": "MultiSender__InvalidNumberOfRecipients",
"type": "Error"
},
{
"name": "MultiSender__NotEnoughBalance",
"type": "Error"
},
{
"name": "MultiSender__NotOwner",
"type": "Error"
},
{
"inputs": [
{
"name": "rechargeValue",
"type": "uint256"
}
],
"name": "AccountRecharged",
"type": "Event"
},
{
"inputs": [
{
"name": "_fee_per_address",
"type": "uint256"
}
],
"name": "changeFee",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "changeOwner",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newFee",
"type": "uint256"
},
{
"name": "oldFee",
"type": "uint256"
}
],
"name": "FeeChanged",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "newOwner",
"type": "address"
},
{
"indexed": true,
"name": "oldOwner",
"type": "address"
}
],
"name": "OwnerChanged",
"type": "Event"
},
{
"inputs": [
{
"name": "recipients",
"type": "address[]"
},
{
"name": "amounts",
"type": "uint256[]"
},
{
"name": "token_to_send",
"type": "address"
}
],
"name": "sendToMany",
"stateMutability": "Payable",
"type": "Function"
},
{
"name": "withdrawFee",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "tvl",
"type": "uint256"
},
{
"indexed": true,
"name": "owner",
"type": "address"
}
],
"name": "WithdrawFee",
"type": "Event"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "getOwner",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"name": "total_value_locked",
"stateMutability": "View",
"type": "Function"
}
]About this contract
overview
MultiSender is a verified smart contract on Tron, deployed from TVCwziVyEvAJdGcdzdThwqr9rwB5QUfeU7 on Jun 7, 2024. It has been called 109 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.