Analyze and decode EVM transactions aiding in transaction analysis and debugging.
Derive hashes from text such as keccak256, sha256, sha512.
Construct merkle trees and verify proofs using openzeppelin library.
Convert between various gas units (wei, gwei, eth) for smart contracts on the EVM networks.
Convert between strings and bytes.
Generate contract address for next contract deployment from an address.
Decimal to hex and binary converter.
Perform bit manipulation, apply mask for upto 256 bit integers.
Time helpers, seconds converter, convert between unix timestamp and readable date format.
EIP-712 is a protocol for hashing and signing of typed structured data instead of just bytestrings.
This ERC proposes a specification about how to handle signed data in Ethereum contracts.
Generate random private and public key pairs for EVM chains.
Mimic (EOA or multisig) address connection to any dapp using wallet connect.
Interact with multiple contracts at the same time. Call read and write functions.
Encode smart contract function parameters.
ZK Boilerplate dapps using snarkjs and circom.
Derive token price from tick or sqrtX96.
Mine salt for uniswap v4 hooks address.
Check which Uniswap V4 hooks are enabled from the hook address.
Generate your hook template based on selected hooks.
Convert EVM addresses to checksum format.
Solidity helpers such uint, int max values, zero address, etc.
Shares can be used to reconstruct the secret when a threshold of shares are combined.
Store your favorite EVM address in local storage for easy access.