TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3,170 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15447213 | 2 years ago | | | 0 | 0.0033742427 | |
| 15447168 | 2 years ago | | | 0 | 0.0066298293 | |
| 15446769 | 2 years ago | | | 0 | 0.0021785099 | |
| 15446091 | 2 years ago | | | 0 | 0.0019335975 | |
| 15445394 | 2 years ago | | | 0 | 0.0016915838 | |
| 15444869 | 2 years ago | | | 0 | 0.0019601452 | |
| 15443977 | 2 years ago | | | 0 | 0.0012734282 | |
| 15443333 | 2 years ago | | | 0 | 0.0011318832 | |
| 15442657 | 2 years ago | | | 0 | 0.0026442970 | |
| 15441904 | 2 years ago | | | 0 | 0.0022211095 |
ABI
ABI objects
Getter at block 21396155
isMaster() view returns (bool)
false
owner() view returns (address)
0xf76d5fd2465ea5df336c2db2c7b17f5f99890858
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
executeTransaction(bytes data, address destination, uint256 amount) payable
executeTransactions(bytes[] data, address[] destination, uint256[] amount) payable
initialize()
renounceOwnership()
returnOldDeposits(address rollup, address[] stakers)
timeoutChallenges(address[] challenges)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.