UniCollectV3

Description

Collects tokensOwed from a position represented by tokenId

Notes

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

Action ID

0x56a75b05

SDK Action

const uniCollectV3Action = new dfs.actions.uniswapV3.UniswapV3CollectAction(
    tokenId,
    recipient,
    amount0Max,
    amount1Max,
    recipient
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?