{"api":"v1","generated_at":"2026-09-15T21:46:48.779Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/simulate-cyberwarex-com-decode-4bf7d4","pinned_page":"https://tollindex.com/e/simulate-cyberwarex-com-decode-4bf7d4/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"simulate-cyberwarex-com-decode-4bf7d4","canonical_url":"https://simulate.cyberwarex.com/decode","resource":"https://simulate.cyberwarex.com/decode","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Decode raw EVM calldata into a named function, signature and arguments, plus security risk flags (unlimited token approval, setApprovalForAll, ownership transfer, unknown selector, native value transfer). Keyless, deterministic, no simulation - the cheap way for an agent to understand and risk-screen a piece of calldata before signing.","service_name":"TxSim Decoder","declared_category":null,"declared_tags":["calldata","abi-decode","security","approval","evm"],"route_template":null,"registry_updated":"2026-09-15T07:35:54.999Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"decode","category":"market-data","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.002 USDC","amount_units":0.002,"decimals_known":true,"pay_to":"0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":11,"unique_payers_30d":2,"last_called_at":"2026-09-15T07:35:54.493Z"},"validation":{"latest":{"observed_at":"2026-09-15T04:40:38.491Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T04:40:38.491Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:36:22.207Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:34:42.164Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:50:56.207Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:25:08.212Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2","page":"https://tollindex.com/seller/0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2","endpoints":36,"hosts":17},"reports":0,"registry_record":{"cdp":[{"tags":["calldata","abi-decode","security","approval","evm"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2","amount":"2000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1787649784/bazaar-icons/f98489fd044477d5.png","quality":{"lastCalledAt":"2026-09-15T07:35:54.493Z","l30DaysTotalCalls":11,"l30DaysUniquePayers":2},"resource":"https://simulate.cyberwarex.com/decode","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"data":"0x095ea7b3000000000000000000000000d8da6bf26964af9d7eed9e03e53415d37aa96045ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}},"output":{"type":"json","example":{"risk":{"flags":[{"code":"unlimited_approval","detail":"approval amount is effectively unlimited","severity":"danger"}],"level":"danger"},"decoded":{"args":{"amount":"115792089237316195423570985008687907853269984665640564039457584007913129639935","spender":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"},"function":"approve","signature":"approve(address,uint256)"},"disclaimer":"Static decode + keyless eth_call preview only. This is not financial advice and not a guarantee: a call that would succeed now can still revert at broadcast time (state changes, slippage, MEV). Always verify before signing."}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["data"],"properties":{"to":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$","description":"Target address (optional, for context only)."},"data":{"type":"string","pattern":"^0x[a-fA-F0-9]*$","description":"Transaction calldata (hex, 4-byte selector + ABI args)."}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"risk":{"type":"object","description":"level (none|caution|danger) + flags."},"decoded":{"type":"object","description":"function, signature, args."},"disclaimer":{"type":"string"}}}}}}}}},"description":"Decode raw EVM calldata into a named function, signature and arguments, plus security risk flags (unlimited token approval, setApprovalForAll, ownership transfer, unknown selector, native value transfer). Keyless, deterministic, no simulation - the cheap way for an agent to understand and risk-screen a piece of calldata before signing.","lastUpdated":"2026-09-15T07:35:54.999Z","serviceName":"TxSim Decoder","x402Version":2}]}}