MultiSend · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
MultiSend
Address TUc4TMtkdPjgCSwuxJyFrEUK7h1eiB5TXD
Contract balance 0TRX on-chain
Total calls 224 lifetime triggers
Functions 16 2 read · 14 write
Bytecode 2.49Kbytes runtime
Deployed Apr 16, 2026 unverified
Contract interface
ABI · 16 fns
contract.abi.json
[
{
"inputs": [
{
"name": "initialOwner",
"type": "address"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"name": "ArrayLengthMismatch",
"type": "Error"
},
{
"name": "EmptyRecipients",
"type": "Error"
},
{
"inputs": [
{
"name": "owner",
"type": "address"
}
],
"name": "OwnableInvalidOwner",
"type": "Error"
},
{
"inputs": [
{
"name": "account",
"type": "address"
}
],
"name": "OwnableUnauthorizedAccount",
"type": "Error"
},
{
"inputs": [
{
"name": "count",
"type": "uint256"
}
],
"name": "TooManyRecipients",
"type": "Error"
},
{
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "TransferFromFailed",
"type": "Error"
},
{
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "ZeroAmount",
"type": "Error"
},
{
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "ZeroRecipient",
"type": "Error"
},
{
"name": "ZeroRecipientAddress",
"type": "Error"
},
{
"name": "ZeroTokenAddress",
"type": "Error"
},
{
"inputs": [
{
"indexed": true,
"name": "token",
"type": "address"
},
{
"indexed": true,
"name": "sender",
"type": "address"
},
{
"name": "totalAmount",
"type": "uint256"
},
{
"name": "recipientCount",
"type": "uint256"
}
],
"name": "AirdropCompleted",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "Event"
},
{
"outputs": [
{
"type": "uint256"
}
],
"name": "MAX_RECIPIENTS",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "token",
"type": "address"
},
{
"name": "recipients",
"type": "address[]"
},
{
"name": "amounts",
"type": "uint256[]"
}
],
"name": "airdropErc20",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"name": "renounceOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "token",
"type": "address"
},
{
"name": "recipient",
"type": "address"
}
],
"name": "rescueTokens",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
}
]About this contract
overview
MultiSend is a smart contract on Tron, deployed from TB3F8tGrSuBRYzhLuFnhhHuz6PvbMVEcqb on Apr 16, 2026. It has been called 224 times.
This contract is not source-verified, so only its on-chain bytecode and ABI are available. Read calls still run live against the node. Write calls require a signed wallet transaction — wallet support is coming soon.