pegasusUniWithdraw

Description

Withdraws liquidity from uniswap V2

Notes

Removes liquidity from uniswap

Action ID

0x3af50783

SDK Action

const uniswapWithdrawAction = new dfs.actions.uniswap.UniswapWithdrawAction(
    tokenA,
    tokenB,
    liquidity,
    to,
    from,
    amountAMin,
    amountBMin,
    deadline
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?