UnstakePool
Contents
Globals
Functions
constructor
No description
Declaration:
Modifiers:
deposit
Deposit REI to UnstakePool
, only can be called by stake manager, this will be called when user starts unstake.
Declaration:
Modifiers:
Args:
withdraw
Withdraw REI and burn shares, only can be called by stake manager, this will be called when unstake timeout.
Declaration:
Modifiers:
Args:
slash
Slash validator and transfer the slashed amount to address(0)
.
Declaration:
Modifiers:
Args:
Last updated