TransparentUpgradeableProxy · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
TransparentUpgradeableProxy
Address TDKG6QZLSWx416pb8PHmAMRyLr3JXTPvbC
Contract balance 0TRX on-chain
Total calls 92.28K lifetime triggers
Functions 5 0 read · 5 write
Bytecode 7.13Kbytes runtime
Deployed Jun 2, 2022 unverified
Contract interface
ABI · 5 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"
},
{
"outputs": [
{
"name": "admin_",
"type": "address"
}
],
"name": "admin",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newAdmin",
"type": "address"
}
],
"name": "changeAdmin",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"name": "implementation_",
"type": "address"
}
],
"name": "implementation",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newImplementation",
"type": "address"
}
],
"name": "upgradeTo",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newImplementation",
"type": "address"
},
{
"name": "data",
"type": "bytes"
}
],
"name": "upgradeToAndCall",
"stateMutability": "Payable",
"type": "Function"
},
{
"stateMutability": "Payable",
"type": "Receive"
}
]About this contract
overview
TransparentUpgradeableProxy is a smart contract on Tron, deployed from TCmgBFCSTnbpv8exWfZnQAg7UnyFSSJyJp on Jun 2, 2022. It has been called 92.28K 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.