TRON GOBLIN
explorerv0.5-beta
MAINNET

MultiSend · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
MultiSend
CONTRACT Unverified Non-proxy
Address TUc4TMtkdPjgCSwuxJyFrEUK7h1eiB5TXD
Verification Unverified
Standard CONTRACT
Creation tx 33c84282…8ac5a8
Deployed Apr 16, 2026
Proxy No
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
Unverified · bytecode + ABI only 16 functions · 2 events · 2,490 bytes
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.