Developer utilities
Everyday utilities for builders and traders. Fast, private, and they all run right in your browser.
Convert between Wei, Gwei and Ether instantly. Type in any field and the others update automatically.
1 ETH = 1,000,000,000 Gwei = 10¹⁸ Wei
Sign a message with your wallet to prove ownership, or verify that a signature matches an address.
Paste a message, signature and address to check if they match.
Paste raw transaction input data (hex) to see the function and parameters. Understand what a transaction does before you sign it.
Generate a wallet address that starts with letters you choose. Runs entirely in your browser — the private key never leaves your device.
Searching… 0 attempts
Encode constructor arguments and function calls, or decode raw calldata back into readable values. This is the tool you need when a block explorer asks for "ABI-encoded constructor arguments" during contract verification.
Pull the full verified source of any contract straight from the explorer and flatten it into one file. Multi-file and standard-JSON verified contracts come back as separate sources — this stitches them together in dependency order, deduplicates the imports and licence headers, and gives you something you can paste into Remix.
Reading the verified source…
Build a holder list for any token — every wallet and its live balance — for an airdrop, a governance vote, or a migration. The list is reconstructed from the token's transfer history, then every candidate's balance is read fresh from the chain, so what you get is current rather than a stale index.
Reading transfers…
The four numbers people get wrong when planning a launch: what a market cap implies for price, what a price implies for market cap, how much a position is worth at a target, and what your slippage actually costs.