What problem does it solve?
This Skill provides a convenient way to query Ethereum L2 blockchain data, enriched with USD pricing, without requiring an API key. It facilitates tasks like wallet balance checks, token analysis, and transaction reviews.
Core Features & Use Cases
- Wallet Portfolio: View ETH and ERC-20 token balances, including prices and total portfolio value in USD.
- Transaction Details: Inspect transactions by hash for ETH transferred, gas used, and contract creation status.
- Token Info: Access metadata of ERC-20 tokens, such as name, symbol, decimals, and market cap.
- Gas Analysis: Get detailed gas analysis for ETH transfers, including gas prices and cost estimates.
- Contract Inspection: Determine if an address is a contract and inspect contracts for interfaces and balance.
- Whale Detector: Detect large ETH transfers on the network.
- Network Stats: Monitor the latest block, gas price, base fee, and ETH price.
- Price Lookup: Quickly check the price of any token by contract address or symbol.
Quick Start
To check the wallet balance of an Ethereum address, run the command python3 base_client.py wallet <address>.