
from axiom-public16
Decodes raw EVM transaction calldata into human-readable function calls using openchain.xyz without external dependencies.
This skill enables an agent to translate opaque EVM transaction calldata (hex blobs) into readable function calls. It resolves 4-byte selectors and performs best-effort parameter decoding, making it essential for analyzing failed transactions, multisig proposals, or contract interactions where ABIs are not readily available.
0xa9059...).decode.mjs — A lightweight Node.js script that fetches signatures from openchain.xyz and decodes common EVM types (address, uint, int, string, bytes).Any agent with access to a Node.js runtime (e.g., Claude Code, Cursor, Codex, etc.)
This skill has not been reviewed by our automated audit pipeline yet.