Check balance and send
Last updated
Was this helpful?
Last updated
Was this helpful?
The Check balance and send
node transfers an amount of an ERC20 token checking if it is available in the sender's wallet.
wallet:
description: The EVM wallet used for sending the tokens. Requires an EVMWallet instance.
allowed types:
default value: None
address_to_check:
description: The address of the wallet that is used to check if ERC20 tokens are available.
allowed types:
default value: None
to_address:
description: The address that will receive the ERC20 tokens.
allowed types:
default value: None
token:
description: The token that will be transferred. It must be the token contract address, not its name.
allowed types:
default value: None
amount_to_send:
description: The amount of ERC20 tokens that will be transferred.
allowed types: decimal
default value: 0
amount_to_check:
description: The amount of ERC20 tokens that will be checked for availability.
allowed types: decimal
default value: 0
blockchain:
description: The name of the blockchain on which the transactions will occur.
allowed types:
default value: None
No output.
crypto
EVM