You have opaque calldata and need to know what it does.
Decode calldata into a human-readable function signature and arguments. $1 per call.
Decodes raw Ethereum calldata into a readable function name and its parameters, so you can see what a transaction is actually about to do before you sign it.
You can decode calldata by hand with an ABI and a library like ethers, if you have the ABI and the patience. This does the decode for you in one step.
The free options are either fiddly or sketchy: half of them want you to upload a private file to a server you’ve never heard of, behind a wall of ads. We don’t. There’s no account, no signup, and your file isn’t stored or reused after the job runs. You pay a dollar, you get the result, and that’s the whole relationship.
The function signature and each decoded argument in readable form.
It works from the calldata; providing the ABI improves naming when the function isn’t a common one.
Related searches: ABI decoder, decode calldata, ethereum ABI explainer
Same utility over HTTP 402 / x402. Unpaid calls return 402 Payment Required.
POST https://gate402.app/v1/abi-decode
Pay with PAYMENT-SIGNATURE / X-PAYMENT, Stripe MPP (Authorization: Payment), or X-API-Key.