TRC20Transfer · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
TRC20Transfer
Address TT9ZePqeva6ChiqZ9ivWYUbGoPbCm99h19
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 4 1 read · 3 write
Bytecode 1.36Kbytes runtime
Deployed — unverified
Contract interface
ABI · 4 fns
contract.abi.json
[
{
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "tokenAddress",
"type": "address"
},
{
"name": "fromAddress",
"type": "address"
},
{
"name": "toAddress",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "transferFromToken",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "tokenAddress",
"type": "address"
},
{
"name": "toAddress",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "transferToken",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "value",
"type": "uint256"
}
],
"name": "withdrawTrx",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"stateMutability": "Payable",
"type": "Receive"
}
]About this contract
overview
TRC20Transfer 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.