PooledOptionsExerciser
Implements a pooled exercise model where oLIT are queued and exercised in two steps. Users can queue oLIT, then withdraw them once someone has exercised them by swapping oLIT/LIT for a fee
Claim oLIT reward from the rewards pools and optionally from liqLIT reward pools and liqLocker contract, then queue them.
NOTE: will claim ALL rewards available
Queue oLIT for execution
Unqueue oLIT from execution
Withdraw Bunni LpTokens and claim oLIT rewards from pools and optionally from liqLit reward pool and liqLocker contract
NOTE: will claim ALL rewards available
_amounts
amount of deposit token (Liquis LP tokens) to withdraw from the corresponding reward pool, will be unwrapped and user will receive Bunni LP Tokens.
The caller exercise queued oLIT options by exchanging them for LIT, gets an incentive (better exchange rate) for doing so.
Allows to withdraw LIT from the specified _epoch
, converting them into liqLIT and optionally _stake
them into liqLIT reward pool
Withdraw LIT, caller specifies which _epoch
for LIT withdrawl
Last updated