TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 28,071 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x5a12…4042
0xbf54…2110
0x4994…5849
0x74a0…9ef5
-
variable spans 1 additional slot
Balances ($62,273,971.16)
Native
Value
$42,408,160.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 13.238774K | $3,203.33 |
$42,408,160.55 | |
ezETH | ERC-20 | 5.990835K | $3,284.42 |
$19,676,416.82 | |
stETH | ERC-20 | 59.120527 | $3,203.52 |
$189,393.79 | |
0x9f18…b6a3 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157432 | an hour ago | | | 0 | 0.013268036 | |
| 21157278 | an hour ago | | | 0 | 0.013242680 | |
| 21157163 | 2 hours ago | | | 0 | 0.014246488 | |
| 21156685 | 3 hours ago | | | 0 | 0.0084430505 | |
| 21156626 | 4 hours ago | | | 0 | 0.0093677679 | |
| 21156612 | 4 hours ago | | | 0 | 0.0094243004 | |
| 21156607 | 4 hours ago | | | 0 | 0.0083324969 | |
| 21156553 | 4 hours ago | | | 0 | 0.010645988 | |
| 21156552 | 4 hours ago | | | 0 | 0.0085958943 | |
| 21156485 | 4 hours ago | | | 0 | 0.0099150620 |
ABI
ABI objects
Getter at block 21157688
IS_NATIVE() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
coolDownPeriod() view returns (uint256)
259200
ethWithdrawQueue() view returns (uint256 queuedWithdrawToFill, uint256 queuedWithdrawFilled)
(queuedWithdrawToFill=373883462115730045715869, queuedWithdrawFilled=373883462115730045715869)
ezETH() view returns (address)
0xbf5495efe5db9ce00f80364c8b423567e58d2110
paused() view returns (bool)
false
renzoOracle() view returns (address)
0x5a12796f7e7ebbbc8a402667d266d2e65a814042
restakeManager() view returns (address)
0x74a09653a083691711cf8215a6ab074bb4e99ef5
roleManager() view returns (address)
0x4994efc62101a9e3f885d872514c2dc7b3235849
withdrawRequestNonce() view returns (uint256)
13110
Read-only
claimReserve(address) view returns (uint256)
getAvailableToWithdraw(address _asset) view returns (uint256)
getOutstandingWithdrawRequests(address user) view returns (uint256)
getWithdrawDeficit(address _asset) view returns (uint256)
withdrawQueued(bytes32) view returns (bool queued, uint256 fillAt)
withdrawRequests(address, uint256) view returns (address collateralToken, uint256 withdrawRequestID, uint256 amountToRedeem, uint256 ezETHLocked, uint256 createdAt)
withdrawalBufferTarget(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claim(uint256 withdrawRequestIndex, address user)
fillERC20WithdrawBuffer(address _asset, uint256 _amount)
fillEthWithdrawBuffer() payable
initialize(address _roleManager, address _restakeManager, address _ezETH, address _renzoOracle, uint256 _coolDownPeriod, struct WithdrawQueueStorageV1TokenWithdrawBuffer[] _withdrawalBufferTarget)
pause()
unpause()
updateCoolDownPeriod(uint256 _newCoolDownPeriod)
updateWithdrawBufferTarget(struct WithdrawQueueStorageV1TokenWithdrawBuffer[] _newBufferTarget)
withdraw(uint256 _amount, address _assetOut)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CoolDownPeriodUpdated(uint256 oldCoolDownPeriod, uint256 newCoolDownPeriod)
ERC20BufferFilled(address asset, uint256 amount)
EthBufferFilled(uint256 amount)
Initialized(uint8 version)
Paused(address account)
QueueFilled(uint256 amount, address asset)
Unpaused(address account)
WithdrawBufferTargetUpdated(uint256 oldBufferTarget, uint256 newBufferTarget)
WithdrawRequestClaimed(struct WithdrawQueueStorageV1WithdrawRequest withdrawRequest)
WithdrawRequestCreated(uint256 indexed withdrawRequestID, address user, address claimToken, uint256 amountToRedeem, uint256 ezETHAmountLocked, uint256 withdrawRequestIndex, bool queued, uint256 queueFilled)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
EarlyClaim()
InvalidWithdrawIndex()
InvalidZeroInput()
NotDepositQueue()
NotDepositWithdrawPauser()
NotEnoughWithdrawBuffer()
NotWithdrawQueueAdmin()
QueuedWithdrawalNotFilled()
TransferFailed()
UnsupportedWithdrawAsset()