Zapper
The Zapper contract serves as a wrapper to facilitate the provision and withdrawal of liquidity for the Mars Protocols Farm feature. It also handles estimations based on the data provided.
Deployments
Types
type Addr = string
type Uint128 = stringinterface Coin {
amount: Uint128
denom: string
[k: string]: unknown
}Queries
estimate_provide_liquidity
estimate_withdraw_liquidity
Methods
callback
provide_liquidity
withdraw_liquidity
Last updated