TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13830489 | 3 years ago | | | 0 | 0.0013661953 |
ABI
ABI objects
Getter at block 21125336
_CALLABLE_ADDRESS_() view returns (address)
0xd129d8c12f0e7aa51157d9e6cc3f7ece2dc84ecd
owner() view returns (address)
0xd129d8c12f0e7aa51157d9e6cc3f7ece2dc84ecd
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address _ownerAddress, address _callableAddress)
initializeCallableAddress(address _callableAddress)
renounceOwnership()
transferOwnership(address newOwner)
transferToken(address token, address from, address to, uint256 amount)
updateCallableAddress(address _callableAddress)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetCallableAddress(address indexed oldAddress, address indexed newAddress)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.