get_token_metadata
Fetch ERC-20 token metadata (symbol, name, decimals) for any address on EVM chains, and detect EIP-1967 transparent proxies to get the implementation address.
Instructions
Fetch on-chain ERC-20 metadata (symbol, name, decimals) for any token address on an EVM chain — no wallet or balance required. Also detects EIP-1967 transparent proxies and returns the current implementation address when present. Prefer this over running raw simulate_transaction calls against symbol()/name()/decimals() selectors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| chain | No | ethereum |