OssifiableProxy
Verified contract
Proxy
Active on
Ethereum with 437 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
Balances ($0.00)
No balances found for "OssifiableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219946 | 4 hours ago | | | 15.8 | 0.016128201 | |
| 21218852 | 7 hours ago | | | 0 | 0.017490216 | |
| 21218147 | 10 hours ago | | | 1.3 | 0.0042173436 | |
| 21218143 | 10 hours ago | | | 1.3 | 0.0043064469 | |
| 21218137 | 10 hours ago | | | 1.3 | 0.0049458934 | |
| 21218133 | 10 hours ago | | | 1.3 | 0.0049326067 | |
| 21218116 | 10 hours ago | | | 1.3 | 0.0050759412 | |
| 21218111 | 10 hours ago | | | 1.295829 | 0.0048469439 | |
| 21217901 | 10 hours ago | | | 15.8 | 0.019747322 | |
| 21214755 | 21 hours ago | | | 0 | 0.017820753 |
ABI
ABI objects
Getter at block 21220994
proxy__getAdmin() view returns (address)
0x3e40d73eb977dc6a537af587d48316fee66e9c8c
proxy__getImplementation() view returns (address)
0x8daea53b17a629918cdfab785c5c74077c1d895b
proxy__getIsOssified() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events proxy__changeAdmin(address newAdmin_)
proxy__ossify()
proxy__upgradeTo(address newImplementation_)
proxy__upgradeToAndCall(address newImplementation_, bytes setupCalldata_)
AdminChanged(address previousAdmin, address newAdmin)
ProxyOssified()
Upgraded(address indexed implementation)
constructor(address implementation_, address admin_, bytes data_)
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
NotAdmin()
ProxyIsOssified()