UniSupplyV3

Description

Supplies liquidity to a UniswapV3 position represented by TokenId

Notes

The address from which we're pulling token0 and token1 must approve proxy.

If amount0Desired or amount1Desired is uint.max this will pull whole balance of _from.

Increases liquidity by token amounts desired.

Action ID

0xe8ce1e88

SDK Action

const uniswapV3SupplyAction = new dfs.actions.uniswapV3.UniswapV3SupplyAction(
    tokenId,
    amount0Desired,
    amount1Desired,
    amount0Min,
    amount1Min,
    deadline,
    from,
    token0,
    token1
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?