UpgradableProxy · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
UpgradableProxy
Address TFFAMQLZybALaLb4uxHA9RBE7pxhUAjF3U
Contract balance 13TRX on-chain
Total calls 5.47M lifetime triggers
Functions 9 2 read · 7 write
Bytecode 2.85Kbytes runtime
Deployed Feb 25, 2025 unverified
Contract interface
ABI · 9 fns
contract.abi.json
[
{
"inputs": [
{
"name": "_logic",
"type": "address"
},
{
"name": "admin_",
"type": "address"
},
{
"name": "_data",
"type": "bytes"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"inputs": [
{
"name": "target",
"type": "address"
}
],
"name": "AddressEmptyCode",
"type": "Error"
},
{
"inputs": [
{
"name": "admin",
"type": "address"
}
],
"name": "ERC1967InvalidAdmin",
"type": "Error"
},
{
"inputs": [
{
"name": "implementation",
"type": "address"
}
],
"name": "ERC1967InvalidImplementation",
"type": "Error"
},
{
"name": "ERC1967NonPayable",
"type": "Error"
},
{
"name": "FailedInnerCall",
"type": "Error"
},
{
"inputs": [
{
"name": "previousAdmin",
"type": "address"
},
{
"name": "newAdmin",
"type": "address"
}
],
"name": "AdminChanged",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "implementation",
"type": "address"
}
],
"name": "Upgraded",
"type": "Event"
},
{
"stateMutability": "Payable",
"type": "Fallback"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "admin",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "newAdmin",
"type": "address"
}
],
"name": "changeAdmin",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "implementation",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "newImplementation",
"type": "address"
}
],
"name": "upgradeTo",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"stateMutability": "Payable",
"type": "Receive"
}
]About this contract
overview
UpgradableProxy is a smart contract on Tron, deployed from TNKsRex495H6hjtiEnd1YTypMnSCtpk9oF on Feb 25, 2025. It has been called 5.47M 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.