minAmount
. The amount in stablecoin must be converted to LP using the buoy contract. The value of slippage is then applied to get the minAmount
.buoy.address
is a string set to the Buoy addressstablecoins
is an integer array (uint256[]
) where each element refers to the amount of each stablecoin being deposited in the order of [DAI, USDC, USDT]. All numeric values are in the BigNumber format with conversions performed using BN.js.depositHandler.address
is a string set to the DepositHandler contract addressstablecoins
is an integer array (uint256[]
) where each element refers to the amount of each stablecoin being deposited in the order of [DAI, USDC, USDT]. All numeric values are in the BigNumber format with conversions performed using BN.js.minAmount
is the minimum amount (uint256
) of PWRD or GVT tokens to get in return (value denoted in LP tokens). This value was calculated in step one.referral
is the string address of the referral account. The default referral is 0x0000000000000000000000000000000000000000