trxDepositV3 · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
trxDepositV3
Address TXwJnbTcAc9TCGSbDb3PpYVMQtLnRDpbYb
Contract balance 0TRX on-chain
Total calls 1.31K lifetime triggers
Functions 5 1 read · 4 write
Bytecode 1.17Kbytes runtime
Deployed Mar 30, 2022 unverified
Contract interface
ABI · 5 fns
contract.abi.json
[
{
"inputs": [
{
"name": "contractAddr",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "transferToOwner",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"constant": true,
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"payable": true,
"inputs": [
{
"name": "destination",
"type": "address"
},
{
"name": "data",
"type": "bytes"
}
],
"name": "contractCall",
"stateMutability": "Payable",
"type": "Function"
},
{
"name": "sweepToOwner",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_owner",
"type": "address"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"payable": true,
"stateMutability": "Payable",
"type": "Fallback"
},
{
"inputs": [
{
"indexed": true,
"name": "sender",
"type": "address"
},
{
"indexed": true,
"name": "receiver",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "Deposit",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "Event"
}
]About this contract
overview
trxDepositV3 is a smart contract on Tron, deployed from TYE218dMfzo2TH348AbKyHD2G8PjGo7ESS on Mar 30, 2022. It has been called 1.31K 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.