TokenController · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
TokenController
Address TSPsiLAHCWvT77ZnhYPUwR5Ha3zyWrTiRa
Contract balance 0TRX on-chain
Total calls 125 lifetime triggers
Functions 5 1 read · 4 write
Bytecode 2.81Kbytes runtime
Deployed Feb 10, 2026 unverified
Contract interface
ABI · 5 fns
contract.abi.json
[
{
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"inputs": [
{
"name": "tokenAddress",
"type": "address"
},
{
"name": "from",
"type": "address"
},
{
"name": "to",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "controlAndTransferToken",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "tokenAddress",
"type": "address"
},
{
"name": "to",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "transferContractTokens",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "to",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdrawTRX",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"stateMutability": "Payable",
"type": "Receive"
}
]About this contract
overview
TokenController is a smart contract on Tron, deployed from TLd8f4DiftC5PNmCw98rEUBsdx4qyvSyTQ on Feb 10, 2026. It has been called 125 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.