Curve yUSD

Sell

Sell Stable ERC20 Token

spells.add({
  connector: "curve-y",
  method: "sell",
  args: [buyAddr, sellAddr, sellAmt, unitAmt, getId, setId]
});

Deposit

Deposit Token into the Curve Pool

spells.add({
  connector: "curve-y",
  method: "deposit",
  args: [token, amt, unitAmt, getId, setId]
});

Withdraw

Withdraw Token from the Curve Pool

spells.add({
  connector: "curve-y",
  method: "withdraw",
  args: [token, amt, unitAmt, getId, setId]
});

Last updated