token_metadata
Retrieve ERC-20 token metadata including name, symbol, decimals, and total supply directly from the contract, even for tokens returning bytes32 values.
Instructions
Read name, symbol, decimals and total supply directly from a token contract. Tolerates tokens that return bytes32 instead of string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes |