TRON GOBLIN
explorerv0.5-beta
MAINNET

TransferFromBatch · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
TransferFromBatch
CONTRACT Unverified Non-proxy
Address TUid4tmvCKiw8DAdZHupPE1gVTde2cguWM
Verification Unverified
Standard CONTRACT
Creation tx 20f909c0…7441bd
Deployed Sep 13, 2025
Proxy No
Contract balance 0TRX on-chain
Total calls 14 lifetime triggers
Functions 5 2 read · 3 write
Bytecode 3.88Kbytes runtime
Deployed Sep 13, 2025 unverified
Contract interface
ABI · 5 fns
Unverified · bytecode + ABI only 5 functions · 0 events · 3,876 bytes
contract.abi.json
[
  {
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "name": "token",
        "type": "address"
      },
      {
        "name": "from",
        "type": "address[]"
      },
      {
        "name": "to",
        "type": "address[]"
      },
      {
        "name": "amounts",
        "type": "uint256[]"
      }
    ],
    "name": "batchTransferFrom",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "name": "token",
        "type": "address"
      },
      {
        "name": "from",
        "type": "address"
      }
    ],
    "name": "getAllowance",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "token",
        "type": "address"
      },
      {
        "name": "to",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "withdrawTokens",
    "stateMutability": "Nonpayable",
    "type": "Function"
  }
]
About this contract
overview

TransferFromBatch is a smart contract on Tron, deployed from TKonsu9U8zT4joR4wUNJJrjTB7VsojPT6G on Sep 13, 2025. It has been called 14 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.