get_erc20_token_info
Retrieves essential ERC20 token details (name, symbol, decimals, total supply) from any supported EVM-compatible blockchain. Provide a contract address to get accurate on-chain information.
Instructions
Get ERC20 token information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| tokenAddress | Yes | The ERC20 token contract address |