What problem does it solve?
Answering questions about wallet balances, token details, transactions, gas costs, and contract behavior on Base often requires manually stitching together multiple sources and handling rate limits, so users need a single, reliable way to query on-chain data and enrich it with USD values.
Core Features & Use Cases
- Wallet portfolio (ETH + known ERC-20s): Retrieve ETH balance and holdings for well-known Base tokens, including estimated USD values, with dust filtering and top-N limiting.
- Transaction inspection: Look up a transaction by hash and get decoded transfer events, gas used, and total fee context including L1 posting fee when available.
- Token and contract intelligence: Fetch ERC-20 metadata (name/symbol/decimals/total supply) and inspect addresses for EOA vs contract, ERC-721/1155 support, and EIP-1967 proxy implementation details.
- Gas and network health: Estimate L2 execution cost context for common actions and report live chain stats like latest block, chain id, gas price, and ETH price in USD.
- Whale detection (latest block): Detect large ETH transfers in the most recent block and attach USD values.
Quick Start
Query a Base wallet portfolio with USD valuations for the address you provide.