OssifiableProxy
Verified contract
Proxy
Active on
Ethereum with 1,218 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 "OssifiableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21286189 | 14 hours ago | | | 0 | 0.0020518099 | |
| 21286182 | 14 hours ago | | | 0 | 0.0074257372 | |
| 21279072 | 2 days ago | | | 0 | 0.0027476961 | |
| 21279065 | 2 days ago | | | 0 | 0.0088567795 | |
| 21271917 | 3 days ago | | | 0 | 0.0034471902 | |
| 21271910 | 3 days ago | | | 0 | 0.012625966 | |
| 21264783 | 4 days ago | | | 0 | 0.0026062336 | |
| 21264776 | 4 days ago | | | 0 | 0.0097434084 | |
| 21257588 | 5 days ago | | | 0 | 0.0019871986 | |
| 21257577 | 5 days ago | | | 0 | 0.0063922436 |
ABI
ABI objects
Getter at block 21290264
proxy__getAdmin() view returns (address)
0x3e40d73eb977dc6a537af587d48316fee66e9c8c
proxy__getImplementation() view returns (address)
0x0e65898527e77210fb0133d00dd4c0e86dc29bc7
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_, bool forceCall_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
ProxyOssified()
Upgraded(address indexed implementation)
constructor(address implementation_, address admin_, bytes data_)
fallback()
receive()
NotAdmin()
ProxyIsOssified()