ERC20 Total Supply

The ERC20 Total supply node retrieves the total supply of a specified ERC-20 token.

Inputs

  • token_address:

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

    • allowed types: EVMAddress

    • default value: None

  • blockchain:

    • description: The blockchain network where the ERC-20 token resides.

    • allowed types: BlockchainName

    • default value: None

Output

  • description: The total supply of the specified ERC-20 token.

  • type: decimal

Tags

  • crypto

  • EVM

  • ERC20

Last updated