TransparentUpgradeableProxy · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
TransparentUpgradeableProxy
Address TSaqvGbV9KmdT24TiW8mZkzcWSYSMSTvLB
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 0 0 read · 0 write
Bytecode 4.47Kbytes runtime
Deployed — unverified
Contract interface
ABI · 0 fns
contract.abi.json
[
{
"inputs": [
{
"name": "_logic",
"type": "address"
},
{
"name": "admin_",
"type": "address"
},
{
"name": "_data",
"type": "bytes"
}
],
"stateMutability": "Payable",
"type": "Constructor"
},
{
"inputs": [
{
"name": "previousAdmin",
"type": "address"
},
{
"name": "newAdmin",
"type": "address"
}
],
"name": "AdminChanged",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "beacon",
"type": "address"
}
],
"name": "BeaconUpgraded",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "implementation",
"type": "address"
}
],
"name": "Upgraded",
"type": "Event"
},
{
"stateMutability": "Payable",
"type": "Fallback"
},
{
"stateMutability": "Payable",
"type": "Receive"
}
]About this contract
overview
TransparentUpgradeableProxy 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.