token_info
Retrieve on-chain token details including symbol, name, decimals, total supply, contract status, proxy detection, and live USD price to assess a token contract before interaction.
Instructions
Get on-chain facts about a token/contract: symbol, name, decimals, total supply, whether it is a deployed contract, whether it is an EIP-1967 proxy (and its implementation address), and live USD price. Reads directly from the chain. Use to vet or describe a token contract before interacting with it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain: ethereum, base, polygon, arbitrum or optimism. | |
| address | Yes | The token/contract address (0x...). |