Arbiter

EVM_ABI_DECODE_CALLDATA @ 1.0.0

EVM calldata decoder

Decodes EVM transaction calldata with the ABI you supply: function name, 4-byte selector, canonical signature and every argument (uint/int as decimal strings, bytes as hex, addresses EIP-55, tuples and arrays preserved), plus whether the calldata is canonically encoded. Input: data (0x hex, up to 32 KiB) and abi (JSON ABI or human-readable signatures, up to 512 items) or signature. Example request: {"data":"0xa9059cbb000000000000000000000000111111111111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000f4240","signature":"transfer(address,uint256)"}. Computed offline from your input only; no explorer lookup. Identical input is served from cache.

From $0.001 per call

What you get

Decodes EVM transaction calldata with the ABI you supply: function name, 4-byte selector, canonical signature and every argument (uint/int as decimal strings, bytes as hex, addresses EIP-55, tuples and arrays… Price: from $0.001 per call, paid over x402 v2 on Ethereum, OP Mainnet, Sei, Polygon PoS, Monad Mainnet, Arbitrum One, Avalanche C-Chain, Arc, Base; the exact amount is in the 402 quote. Delivery: after the payment is final on-chain; repeat the same request until state is FULFILLED.

Terms

Product
EVM_ABI_DECODE_CALLDATA @ 1.0.0
Category
Enrichment
Family
Utility
Source
Your request only, computed by Arbiter's own registered program (no third-party data, no network)
Price
From $0.001 per call. Every request is quoted; the 402 response states the exact amount before anything is paid.
Pays with
x402 on eip155:1, eip155:10, eip155:1329, eip155:137, eip155:143, eip155:42161, eip155:43114, eip155:5042, eip155:8453
Freshness
Cacheable Snapshot
Latency
Fast

Buy it with x402 or the API

POST https://arbiterverse.com/api/x402/EVM_ABI_DECODE_CALLDATA with a JSON body {"request": {...}}. An unpaid call answers 402 with the exact x402 v2 terms; repeat it with the payment signature to receive the result.

A working example request:

{
  "request": {
    "data": "0xa9059cbb000000000000000000000000111111111111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000f4240",
    "signature": "transfer(address,uint256)"
  }
}

Schema and errors: /docs/EVM_ABI_DECODE_CALLDATA.json and /openapi.json. All services.