LiquityV2Open

Description

Opens a LiquityV2 trove on a specific market

Notes

Opening a trove requires fixed fee of 0.0375 WETH on LiquityV2, regardless of market used.

Action ID

0x2dfc4d0b

SDK Action

const liquityV2OpenAction = new dfs.actions.liquityV2.LiquityV2OpenAction(
    market,
    from,
    to,
    collToken,
    interestBatchManager,
    ownerIndex,
    collAmount,
    boldAmount,
    upperHint,
    lowerHint,
    annualInterestRate,
    maxUpfrontFee
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?