get_token_total_supply
Retrieve the total supply of an ERC20 token from its contract address. Specify an EVM chain ID to run on a specific network.
Instructions
Get the total supply of an ERC20 token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | No | Optional EVM chain ID to run this tool on (e.g. 1 for Ethereum, 8453 for Base, 42161 for Arbitrum). Defaults to the active wallet chain. | |
| tokenAddress | Yes | The address of the token to get the total supply of |