Saffron Mojito Auto Compounder
Last updated
Last updated
This contract interfaces between Mojito Staking and the Saffron Adapter to provide auto compounding behavior and increase earnings
Type | Visibility | Name | Description |
---|---|---|---|
Type | Name | Description |
---|---|---|
reset_approvals()
Reset LP token approvals to max value for use by AutoCompounder contracts
blend()
Transfer LP assets to Mojito Staking
spill()
Transfer LP assets out from Mojito Staking
autocompound()
Redeem Mojito Staking rewards, convert to LP tokens, deposit earnings
get_autocompounder_holdings()
Return adapter balance staked in Mojito Swap
get_mojito_chef_holdings()
Return adapter balance staked in Mojito Swap
set_mojito_chef()
Update Mojito Chef contract address
set_autocompound_enabled()
Enable or disable auto compounding upon interaction with
emergency_withdraw()
In case of emergency directly transfer LP assets out of Mojito Staking
Type | Name | Description |
---|---|---|
Type | Name | Description |
---|---|---|
Type | Name | Description |
---|---|---|
Type | Name | Description |
---|---|---|
Type | Name | Description |
---|---|---|
uint256
amount_qlp
Amount (wei) of LP Assets to be staked in Mojito
uint256
amount
Amount (wei) of LP Assets to be staked in Mojito
address
to
Address to receive the withdrawn assets
address
_mojito_chef
New Mojito Chef address
bool
_enabled
uint256
_pid
Mojito Staking pool ID to withdraw from
uint256
amount
Amount (wei) of LP Assets to be withdrawn from Mojito
IMojitoChef
public
mojito_cheff
Mojito chef address
address
public
lp
LP token to auto compound into
uint256
public
pid
Pool ID in farm's pool array
bool
public
autocompound_enabled
If auto compounding is enabled
ISaffron_Mojito_AdapterV2
public
adapter
Saffron Adapter to interact with underlying platform
address
_adapter_address
Address of Saffron Adapter
address
_lp_address
Address of LP Asset being staked
address
_router_address
Address of MojitoSwap router for trading assets
address
_farm_address
Address of Mojito Staking contract