TRON GOBLIN
explorerv0.5-beta
MAINNET

Contract · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
Contract
CONTRACT Unverified Non-proxy
Address TTuLRNVASpLXkov5daAd3cc9vCeeykj75C
Verification Unverified
Standard CONTRACT
Creator
Creation tx
Deployed
Proxy No
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 5 4 read · 1 write
Bytecode 6.25Kbytes runtime
Deployed unverified
Contract interface
ABI · 5 fns
Unverified · bytecode + ABI only 5 functions · 0 events · 6,251 bytes
contract.abi.json
[
  {
    "outputs": [
      {
        "name": "lockupInfo",
        "type": "tuple[]"
      }
    ],
    "inputs": [
      {
        "name": "pools_",
        "type": "address[]"
      },
      {
        "name": "totalsInToken_",
        "type": "uint256[]"
      }
    ],
    "name": "infoByTotal",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "lockupInfo",
        "type": "tuple[]"
      }
    ],
    "inputs": [
      {
        "name": "pools_",
        "type": "address[]"
      },
      {
        "name": "totalsInToken_",
        "type": "uint256[]"
      },
      {
        "name": "account_",
        "type": "address"
      }
    ],
    "name": "infoByTotalForAccount",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "oldPoolLockupInfo",
        "type": "tuple[]"
      },
      {
        "name": "newPoolLockupInfo",
        "type": "tuple[]"
      }
    ],
    "inputs": [
      {
        "name": "account_",
        "type": "address"
      },
      {
        "name": "oldPools_",
        "type": "address[]"
      },
      {
        "name": "oldPoolsFirstDay_",
        "type": "uint8[]"
      },
      {
        "name": "oldPoolsLastDay_",
        "type": "uint8[]"
      },
      {
        "name": "newPools_",
        "type": "address[]"
      }
    ],
    "name": "infoOf",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "interfaceId_",
        "type": "bytes4"
      }
    ],
    "name": "supportsInterface",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "oldPools_",
        "type": "address[]"
      },
      {
        "name": "newPools_",
        "type": "address[]"
      },
      {
        "name": "newPoolsTotalInToken_",
        "type": "uint256[]"
      },
      {
        "name": "newPoolsProofs_",
        "type": "bytes32[][]"
      }
    ],
    "name": "withdraw",
    "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.