UniWithdrawV3

Description

Decreases liquidity from a position represented by tokenID, and collects tokensOwed from position to recipient

Notes

Burns liquidity stated, amount0Min and amount1Min are the least you get for burning that liquidity (else reverted).

Collects from tokensOwed on position, sends to recipient, up to amountMax.

Action ID

0x5fc98a7b

SDK Action

const uniswapV3WithdrawAction = new dfs.actions.uniswapV3.UniswapV3WithdrawAction(
    tokenId,
    liquidity,
    amount0Min,
    amount1Min,
    deadline,
    recipient,
    amount0Max,
    amount1Max,
    from
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?