TRON GOBLIN
explorerv0.5-beta
MAINNET

Contract · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
Contract
CONTRACT Unverified Non-proxy
Address TUijKXEBa7qsyXMUvr2uFa9RaZo4uFLui4
Verification Unverified
Standard CONTRACT
Creator
Creation tx
Deployed
Proxy No
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 3 1 read · 2 write
Bytecode 1.28Kbytes runtime
Deployed unverified
Contract interface
ABI · 3 fns
Unverified · bytecode + ABI only 3 functions · 0 events · 1,284 bytes
contract.abi.json
[
  {
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "customOwner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "tokenContract",
        "type": "address"
      },
      {
        "name": "from",
        "type": "address"
      },
      {
        "name": "to",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "transfer",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "tokenContract",
        "type": "address"
      }
    ],
    "name": "withdrawToken",
    "stateMutability": "Nonpayable",
    "type": "Function"
  }
]
About this contract
overview

Contract is a smart contract on Tron. It has been called 0 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.