DepositBank · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
DepositBank
Address TLFZ1MnDAkjhfSw4C2pDg5R8rKJPsaSmCS
Contract balance 0TRX on-chain
Total calls 412 lifetime triggers
Functions 10 4 read · 6 write
Bytecode 3.98Kbytes runtime
Deployed Mar 24, 2025 unverified
Contract interface
ABI · 10 fns
contract.abi.json
[
{
"inputs": [
{
"name": "_token",
"type": "address"
},
{
"name": "_receiver",
"type": "address"
},
{
"name": "_min",
"type": "uint256"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"inputs": [
{
"indexed": true,
"name": "user",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
},
{
"name": "timestamp",
"type": "uint256"
}
],
"name": "DepositLog",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "Event"
},
{
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "addDeposit",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"name": "min",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "receiver",
"stateMutability": "View",
"type": "Function"
},
{
"name": "renounceOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_min",
"type": "uint256"
}
],
"name": "setMin",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_receiver",
"type": "address"
}
],
"name": "setReceiver",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_token",
"type": "address"
}
],
"name": "setToken",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "token",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
}
]About this contract
overview
DepositBank is a smart contract on Tron, deployed from TDqZaThqPQv22oVBDMEF9WXyH1wNN2YLqB on Mar 24, 2025. It has been called 412 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.