Encode function calls into ABI format or decode ABI-encoded data back into human-readable form. Essential for Ethereum smart contract development.
ABI encoding is the process of converting Solidity function parameters and data into a hex format that smart contracts can understand and process.
Keccak256 Hasher
Generate keccak256 hash online instantly. Solidity compatible hashing for Ethereum smart contract development. UTF-8 text and hex input modes.
Hex ↔ Text
Decode hex to text or encode text to hex (UTF-8). A simple Ethereum log & calldata decoder tool for EVM developers. Fast, client-side processing.
Function Selector Generator
Generate Ethereum 4-byte function selectors from Solidity function signatures or ABI JSON. Uses keccak256 hashing for accurate function selector values.
JSON Formatter
Format and beautify JSON data with proper indentation. Validate JSON syntax and make it readable.