Skip to content

Analysis Lab

Four read-only tools that answer questions a scan cannot. Everything here is free, needs no sign-in, and takes no custody of anything. Where a tool cannot establish something, it says so instead of guessing — read the notes under each result, they are part of the answer.

Read a transaction before you sign it

Paste calldata, a 4-byte selector, an event topic, or a function name. A selector maps to a list of signatures, never one — four bytes collide, and a collision can be deliberate, so when more than one matches you get all of them and we do not pick.

Decode revert data

A modern revert returns a 4-byte custom-error selector and nothing readable. Error(string) gives you the real message; a panic code is named rather than left as hex.

These also run without a browser

Every tool on this page is a public endpoint: /api/sig, /api/similarity/novelty, /api/taint, /api/repo/files. The documentation explains what each one measures and, more usefully, what it refuses to claim.