WithdrawQueue

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xb6fd329b at 20226638
Slot
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
-
variable spans 1 additional slot

No balances found for "WithdrawQueue"

No transactions found for "WithdrawQueue"


Functions
Getter at block 21269111
IS_NATIVE(view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
coolDownPeriod(view returns (uint256)
0
ethWithdrawQueue(view returns (uint256 queuedWithdrawToFilluint256 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(addressview returns (uint256)
getAvailableToWithdraw(address _assetview returns (uint256)
getOutstandingWithdrawRequests(address userview returns (uint256)
getWithdrawDeficit(address _assetview returns (uint256)
withdrawQueued(bytes32view returns (bool queueduint256 fillAt)
withdrawRequests(addressuint256view returns (address collateralTokenuint256 withdrawRequestIDuint256 amountToRedeemuint256 ezETHLockeduint256 createdAt)
withdrawalBufferTarget(addressview returns (uint256)
State-modifying
claim(uint256 withdrawRequestIndexaddress user
fillERC20WithdrawBuffer(address _assetuint256 _amount
fillEthWithdrawBuffer(payable 
initialize(address _roleManageraddress _restakeManageraddress _ezETHaddress _renzoOracleuint256 _coolDownPeriodstruct WithdrawQueueStorageV1TokenWithdrawBuffer[] _withdrawalBufferTarget
pause(
unpause(
updateCoolDownPeriod(uint256 _newCoolDownPeriod
updateWithdrawBufferTarget(struct WithdrawQueueStorageV1TokenWithdrawBuffer[] _newBufferTarget
withdraw(uint256 _amountaddress _assetOut
Events
CoolDownPeriodUpdated(uint256 oldCoolDownPerioduint256 newCoolDownPeriod
ERC20BufferFilled(address assetuint256 amount
EthBufferFilled(uint256 amount
Initialized(uint8 version
Paused(address account
QueueFilled(uint256 amountaddress asset
Unpaused(address account
WithdrawBufferTargetUpdated(uint256 oldBufferTargetuint256 newBufferTarget
WithdrawRequestClaimed(struct WithdrawQueueStorageV1WithdrawRequest withdrawRequest
WithdrawRequestCreated(uint256 indexed withdrawRequestIDaddress useraddress claimTokenuint256 amountToRedeemuint256 ezETHAmountLockeduint256 withdrawRequestIndexbool queueduint256 queueFilled
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
EarlyClaim(
InvalidWithdrawIndex(
InvalidZeroInput(
NotDepositQueue(
NotDepositWithdrawPauser(
NotEnoughWithdrawBuffer(
NotWithdrawQueueAdmin(
QueuedWithdrawalNotFilled(
TransferFailed(
UnsupportedWithdrawAsset(