ERC20 Balance Of

Inputs

  • token:

    • description: The contract address of the ERC20 token. It must be the token contract address, not its name.

    • allowed types: EVMAddress

    • default value: None

  • address:

    • description: The address to query the ERC20 token balance for.

    • allowed types: EVMAddress, EVMWallet

    • default value: None

  • blockchain:

    • description: The blockchain on which the balance will be fetched.

    • allowed types: BlockchainName

    • default value: None

Output

  • description: The balance of the ERC20 token for the given address.

  • type: decimal

Tags

  • crypto

  • EVM

  • ERC20

Last updated