UniV2 - Remove LP ETH

The UniV2 - Remove LP ETH node removes liquidity from a Uniswap V2 ETH pair pool.

Inputs

  • wallet:

    • Description: The wallet to be used for the transaction.

    • Allowed types: EVMWallet

    • Default value: None

  • token:

    • Description: The address of the ERC20 token paired with ETH in the liquidity pool. It must be the token contract address, not its name.

    • Allowed types: EVMAddress

    • Default value: None

  • percentage:

    • Description: The percentage of liquidity to remove from the pool.

    • Allowed types: decimal

    • Default value: 0

  • blockchain:

    • Description: The name of the blockchain where the transaction will occur.

    • Allowed types: BlockchainName

    • Default value: None

Output

  • Description: The transaction object representing the liquidity removal.

Tags

  • crypto

  • EVM

  • ERC20

  • uniswap

  • DEX

Last updated