WithdrawalManagerInitializer (Queue)
\
Functions
isManualWithdrawal
isManualWithdrawal
Checks if an account is set to perform withdrawals manually.
Parameters:
0
``
address
address
Return Values:
0
bool
bool
\
manualSharesAvailable
manualSharesAvailable
Returns the amount of shares available for manual withdrawal.
Parameters:
0
``
address
address
Return Values:
0
uint256
uint256
\
pool
pool
Returns the address of the pool contract.
Return Values:
0
address
address
\
poolManager
poolManager
Returns the address of the pool manager contract.
Return Values:
0
address
address
\
queue
queue
Returns the first and last withdrawal requests pending redemption.
Return Values:
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.
\
requestIds
requestIds
Returns the request identifier of an account. Returns zero if the account does not have a withdrawal request.
Parameters:
0
``
address
address
Return Values:
0
uint128
uint128
\
totalShares
totalShares
Returns the total amount of shares pending redemption.
Return Values:
0
uint256
uint256
\
Events
Initialized
Initialized
Emitted when the withdrawal manager proxy contract is initialized.
Parameters:
0
pool
address
address
Address of the pool contract.
1
poolManager
address
address
Address of the pool manager contract.
\
Last updated