Check balance and send

The Check balance and send node transfers an amount of an ERC20 token checking if it is available in the sender's wallet.

Inputs

  • wallet:

    • description: The EVM wallet used for sending the tokens. Requires an EVMWallet instance.

    • allowed types: EVMWallet

    • default value: None

  • address_to_check:

    • description: The address of the wallet that is used to check if ERC20 tokens are available.

    • allowed types: EVMAddress

    • default value: None

  • to_address:

    • description: The address that will receive the ERC20 tokens.

    • allowed types: EVMAddress

    • default value: None

  • token:

    • description: The token that will be transferred. It must be the token contract address, not its name.

    • allowed types: EVMAddress

    • 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: BlockchainName

    • default value: None

Output

  • No output.

Tags

  • crypto

  • EVM

Last updated