WithdrawalManagerInitializer (Queue)
Last updated
Last updated
\
isManualWithdrawal
Checks if an account is set to perform withdrawals manually.
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
\
manualSharesAvailable
Returns the amount of shares available for manual withdrawal.
\
pool
Returns the address of the pool contract.
\
poolManager
Returns the address of the pool manager contract.
\
queue
Returns the first and last withdrawal requests pending redemption.
\
requestIds
Returns the request identifier of an account. Returns zero if the account does not have a withdrawal request.
\
totalShares
Returns the total amount of shares pending redemption.
\
Initialized
Emitted when the withdrawal manager proxy contract is initialized.
\
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
0
``
address
address
0
bool
bool
0
``
address
address
0
uint256
uint256
0
address
address
0
address
address
0
nextRequestId
uint128
uint128
Identifier of the next withdrawal request that will be processed.
1
lastRequestId
uint128
uint128
Identifier of the last created withdrawal request.
0
``
address
address
0
uint128
uint128
0
uint256
uint256
0
pool
address
address
Address of the pool contract.
1
poolManager
address
address
Address of the pool manager contract.