get_token_metadata
Fetch ERC-20 token metadata (symbol, name, decimals) and detect EIP-1967 proxy implementations for any address on EVM chains.
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 |