Inspect typed-data fields, reproduce EIP-712 hashes, and optionally recover a signer without connecting a wallet or sending data anywhere.
Local inspection with no wallet connection
Typed data, signatures, addresses, and calculated hashes remain in this browser. The tool makes no RPC call and does not send these values to analytics.
EIP-712 combines a domain separator with a hash of a typed message. This inspector parses those inputs, displays the canonical primary type, and calculates each hash with the maintained ethers implementation. An optional signature can recover the authorizing EVM address.
The tool does not query contract code, token balances, nonces, revocation state, protocol reputation, or chain state. Timestamps are compared with the browser's current Unix time, and the far-future label uses a fixed 365-day threshold. Unknown application semantics remain unknown.