ERC20 Transfer
The ERC20 Transfer
node executes a transfer of ERC-20 tokens.
Inputs
wallet:
description: The wallet from which the ERC-20 tokens will be transferred.
allowed types: EVMWallet
default value: None
token:
description: The address of the ERC-20 token to transfer. It must be the token contract address, not its name.
allowed types: EVMAddress
default value: None
to_address:
description: The address to which the ERC-20 tokens will be sent.
allowed types: EVMAddress
default value: None
amount:
description: The amount of ERC-20 tokens to transfer.
allowed types: decimal
default value: 0
blockchain:
description: The name of the blockchain on which the transaction will be executed.
allowed types: BlockchainName
default value: None
Output
description: The transaction object representing the ERC-20 token transfer.
type: EVMTransaction
Tags
crypto
EVM
ERC20
Last updated