OssifiableProxy
Verified contract
Proxy
Active on
Ethereum with 97,894 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 ($79,788,406.74)
Native
Value
$70,803,964.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 22.126377K | $3,199.98 |
$70,803,964.99 | |
stETH | ERC-20 | 2.807278K | $3,200.41 |
$8,984,441.75 | |
$ | ERC-20 | 50K | -- | -- | |
ICG | ERC-20 | 185 | -- | -- | |
BGBG | ERC-20 | 152.504 | -- | -- | |
ZHD | ERC-20 | 69 | -- | -- | |
HQG | ERC-20 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
0x9f18…b6a3 | ERC-1555 | 1 | -- | -- | |
OPT | ERC-20 | 0.14 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157771 | a few seconds ago | | | 0 | 0.0010040939 | |
| 21157738 | 7 minutes ago | | | 0 | 0.00089666488 | |
| 21157687 | 18 minutes ago | | | 0 | 0.00090808445 | |
| 21157657 | 24 minutes ago | | | 0 | 0.0034930168 | |
| 21157638 | 27 minutes ago | | | 0 | 0.0033991913 | |
| 21157607 | 34 minutes ago | | | 0 | 0.0013880068 | |
| 21157569 | 41 minutes ago | | | 0 | 0.0015469368 | |
| 21157566 | 42 minutes ago | | | 0 | 0.0057450447 | |
| 21157560 | 43 minutes ago | | | 0 | 0.0015308374 | |
| 21157547 | an hour ago | | | 0 | 0.0014196699 |
ABI
ABI objects
Getter at block 21157772
proxy__getAdmin() view returns (address)
0x3e40d73eb977dc6a537af587d48316fee66e9c8c
proxy__getImplementation() view returns (address)
0xe42c659dc09109566720ea8b2de186c2be7d94d9
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()