CrvUsdSelfLiqWithCollTransient

Description

Liquidates a curveusd position with a given percentage of collateral

Notes

This action uses internal swapper with transient storage to liquidate the position

Action ID

0x49b9a61e

SDK Action

const curveUsdSelfLiquidateWithCollTransientAction = new dfs.actions.curveusd.CurveUsdSelfLiquidateWithCollTransientAction(
    controllerAddress,
    percentage,
    minCrvUsdExpected,
    to,
    exchangeOrder,
    sellAllCollateral,
    gasUsed
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?