ERC20 Transfer From

The ERC20 Transfer From node executes a transfer of ERC-20 tokens from a specified address.

Inputs

  • wallet:

    • description: The wallet used for the transfer, typically holding the necessary permissions or approvals.

    • allowed types: EVMWallet

    • default value: None

  • token:

    • description: The address of the ERC-20 token to be transferred. It must be the token contract address, not its name.

    • allowed types: EVMAddress

    • default value: None

  • from_address:

    • description: The address or wallet instance from which the tokens will be transferred.

    • allowed types: EVMAddress, EVMWallet

    • default value: None

  • to_address:

    • description: The destination address or wallet instance for the tokens.

    • allowed types: EVMAddress, EVMWallet

    • 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 where the transaction will take place.

    • allowed types: BlockchainName

    • default value: None

Output

  • description: The transaction object representing the ERC-20 token transfer.

Tags

  • crypto

  • EVM

  • ERC20

Last updated