Function/Error to Signature Converter
Convert Solidity function or error signatures to 4-byte selectors. Generate function selectors from function names.
Example: transfer(address,uint256) or InsufficientBalance()
Related Tools
Ethereum Signature Dictionary
Search and browse Ethereum function signatures. Decode function selectors and find function names from 4-byte signatures.
Ethereum Event Signatures
Search and browse Ethereum event signatures. Decode event topics and find event names from 32-byte signatures.
Keccak-256 Hasher
Hash strings using Keccak-256 algorithm. The same hashing function used by Ethereum for addresses and data.