UniV2 - Sell Tokens For ETH
The UniV2 - Sell Tokens For ETH
node sells specified ERC20 tokens for ETH on Uniswap V2.
Inputs
token:
Description: The address of the ERC20 token to be sold for ETH. It must be the token contract address, not its name.
Allowed types: EVMAddress
Default value: None
amount:
Description: The amount of the ERC20 token to be sold.
Allowed types: decimal
Default value: 0
wallet:
Description: The wallet to be used for the selling transaction.
Allowed types: EVMWallet
Default value: None
slippage:
Description: The slippage tolerance for the selling transaction.
Allowed types: decimal
Default value: 0
blockchain:
Description: The name of the blockchain where the selling transaction will occur.
Allowed types: BlockchainName
Default value: None
Output
Description: The transaction object representing the token sale.
Type: EVMTransaction
Tags
crypto
EVM
ERC20
uniswap
DEX
Last updated