CurveUsdPayback

Description

Action that pays back crvUSD to a curveusd position

Notes

if paybackAmount >= debt will repay whole debt and close the position, transferring collateral

Action ID

0xf0b33d69

SDK Action

const curveUsdPaybackAction = new dfs.actions.curveusd.CurveUsdPaybackAction(
    controllerAddress,
    from,
    onBehalfOf,
    to,
    debtAmount,
    maxActiveBand
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?