Token Inspector
100% in your browser · data never leaves your device
Fact-only identity for a Base token contract: is it a contract or an EOA, is it ERC-20 or ERC-721, what are its name, symbol, decimals, total supply and owner? One call, one answer — no price, no holders, no risk score, no history.
How to use
- Paste a Base token contract address (0x + 40 hex chars).
- Chain is fixed to base (Base mainnet).
- Run — read is_contract, standard, name, symbol, decimals, total_supply and owner.
- Owner 0x0000…0000 means ownership was renounced.
- Agents call the paid POST /api/token-inspector endpoint ($0.001).
Where it applies
- Check whether an address is a token contract or a plain wallet.
- Verify decimals/symbol before formatting an amount.
- Tell an ERC-20 apart from an ERC-721 collection.
- Spot a fake USDC by comparing name, symbol and decimals.