GUniDeposit

Description

Action that adds liquidity to G-UNI pool of interest (mints G-UNI LP tokens)

Action ID

0x1d60df44

SDK Action

const gUniDepositAction = new dfs.actions.guni.GUniDepositAction(
    token0,
    token1,
    amount0Max,
    amount1Max,
    amount0Min,
    amount1Min,
    to,
    from
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?