verify_token_contract
Verify an ERC-20 token's on-chain details on Robinhood Chain before trusting a market quote. Checks bytecode deployment, name, symbol, decimals, current block, and chain ID.
Instructions
Source of truth: verify an ERC-20 contract on Robinhood Chain: whether bytecode is deployed at the address, its on-chain name/symbol/decimals, the current block, and the chain id the RPC reports. Use before trusting a market quote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Ticker or ERC-20 contract address (0x...) |