Contract · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
Contract
Address TTuLRNVASpLXkov5daAd3cc9vCeeykj75C
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
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.