◆Wallet Address Validator
Paste any wallet address. The tool auto-detects the chain (Ethereum, Bitcoin, Solana, Polygon, BSC, and other EVM chains), validates the format, and verifies the EIP-55 checksum for Ethereum-style addresses.
Input Address auto-detect
Detection Result
⇄ETH Unit Converter
Convert between Ethereum's denomination units — wei, kwei, mwei, gwei, finney, and ether. Live conversion as you type. Includes a static ETH/USD rate (live rates require a price-feed API).
Source Value live
Converted Values
⛽Gas Tracker & Calculator
Static demo of network gas tiers and estimated transaction costs. Calculate custom gas costs by entering your own gas price and limit. All values are illustrative — real-time gas requires an oracle API.
Sample Network Tiers static
Custom Cost Calculator
Estimated Costs by Tx Type
| Transaction | Gas | ETH | USD |
|---|
#Keccak-256 Hasher
Ethereum's hash function. Implemented in pure JavaScript using the Keccak-f[1600] permutation with the original Keccak padding (0x01) — not NIST SHA-3 (which uses 0x06). Hash text or hex input, and compare two inputs side by side.
Input keccak-256
Output
Compare Two Inputs
{ }ABI Formatter
Paste a raw JSON ABI (smart contract interface). The tool parses, validates, and renders it as a human-readable list of functions, events, constructors, and fallbacks — with full type signatures.
Raw ABI JSON
Parsed Interface
⛓Chain ID Lookup
Browse 30+ blockchain networks with their chain IDs, native currencies, RPC URLs, and explorers. Search by name or chain ID. Click any chain card to copy its chain ID to your clipboard.
⌬Token Amount Formatter
Convert between human-readable token amounts and raw smallest-unit (wei) values. Essential for ERC-20 transactions, where most tokens use 18 decimals but some (like USDC) use 6.
Conversion Mode
Quick Reference
transfer() function — contracts never see decimals, only the integer smallest-unit amount.
@ENS / SNS Helper
Validate ENS name format, compute the ENS namehash (EIP-137) used as the storage key in the ENS registry, and review typical gas costs for ENS operations. Real on-chain resolution requires a node RPC; this tool computes the algorithmic namehash locally.
ENS Name namehash
Namehash Computation Steps
Typical ENS Gas Costs static
vitalik.eth to addresses, content hashes, and other records. The namehash is the deterministic 256-bit key used to look up records in the ENS registry.