CurveGaugeDeposit
Action that deposits
amount
of lpToken
into gaugeAddr
.User needs to approve the
DSProxy
to pull lpToken
.If
receiver
is not the users DSProxy
the receiver
needs to call set_approve_deposit
on the gauge contract.address gaugeAddr
- Liquidity gauge for thelpToken
.address lpToken
- LP token to deposit.address sender
- Address from which to pull thelpToken
.address onBehalfOf
- Address of the deposit beneficiary.uint256 amount
- Amount oflpToken
to deposit.
Last modified 2yr ago