Smart Contracts & EVM Tools
Free online smart contract tools — a Keccak-256 function selector calculator computed entirely client-side. Nothing is ever sent to a server.
Also in Smart Contracts & EVM
Tools from other categories tagged with Smart Contracts & EVM
Why These Tools
Function Selector Calculator and Gas Fee Calculator (EIP-1559) are the first two tools in a category built for Solidity developers. The function selector tool computes the 4 bytes at the front of every contract call using a from-scratch Keccak-256 implementation rather than the browser's built-in SHA-3 — the two use different padding and would silently produce the wrong 4 bytes for every single signature. The gas fee calculator handles the EIP-1559 base-fee-plus-tip model and legacy gas price, shows both the actual and max fee in ETH and USD across six preset transaction types, and uses BigInt arithmetic so there is no floating-point loss at the Wei level. ABI encoding, Merkle proof tooling, and opcode gas references are what is coming next.