WithdrawalManager
State Variables
WITHDRAWAL_MANAGER_REVISION
uint256 public constant WITHDRAWAL_MANAGER_REVISION = 0x1;ADDRESSES_PROVIDER
IPoolAddressesProvider public immutable ADDRESSES_PROVIDER;Functions
onlyPoolAdmin
modifier onlyPoolAdmin();onlyPoolConfigurator
modifier onlyPoolConfigurator();whenProtocolNotPaused
getRevision
Name
Type
Description
constructor
initialize
Name
Type
Description
setExitConfig
Name
Type
Description
addShares
Name
Type
Description
removeShares
Name
Type
Description
processExit
Name
Type
Description
Name
Type
Description
isInExitWindow
Name
Type
Description
Name
Type
Description
lockedLiquidity
Name
Type
Description
previewRedeem
Name
Type
Description
Name
Type
Description
getCycleConfig
Name
Type
Description
Name
Type
Description
getConfigAtId
Name
Type
Description
Name
Type
Description
getCurrentConfig
Name
Type
Description
getCurrentCycleId
Name
Type
Description
getWindowStart
Name
Type
Description
Name
Type
Description
getWindowAtId
Name
Type
Description
Name
Type
Description
getRedeemableAmounts
_poolConfigurator
_poolAdmin
_globals
_asset
_pool
_emitUpdate
_emitProcess
_revertIfNotPoolAdmin
_revertIfNotPoolConfigurator
Last updated