WithdrawQueue
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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
0x0000…0000
0x0000…0000
0x0000…0000
0x0000…0000
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "WithdrawQueue"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WithdrawQueue"
ABI
ABI objects
Getter at block 21269111
IS_NATIVE() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
coolDownPeriod() view returns (uint256)
0
ethWithdrawQueue() view returns (uint256 queuedWithdrawToFill, uint256 queuedWithdrawFilled)
(queuedWithdrawToFill=0, queuedWithdrawFilled=0)
ezETH() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
renzoOracle() view returns (address)
0x0000000000000000000000000000000000000000
restakeManager() view returns (address)
0x0000000000000000000000000000000000000000
roleManager() view returns (address)
0x0000000000000000000000000000000000000000
withdrawRequestNonce() view returns (uint256)
0
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 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)
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()
This contract contains no fallback and receive objects.
EarlyClaim()
InvalidWithdrawIndex()
InvalidZeroInput()
NotDepositQueue()
NotDepositWithdrawPauser()
NotEnoughWithdrawBuffer()
NotWithdrawQueueAdmin()
QueuedWithdrawalNotFilled()
TransferFailed()
UnsupportedWithdrawAsset()