TOLL

What software pays for, recorded every six hours.

Snapshot
2026-09-15 16:57 UTC
Sweep
daily-2026-09-15 · finished 2026-09-15 07:10 UTC
Listed
16,167

solidity scan derived

agent402.toolsRandomnessderived

POST https://agent402.tools/api/solidity-scan

passlisted in Coinbase#84 by calls of 599 on this host

0.01 USDC

per call, as the listing declares it on eip155:8453

Compare with anotherEvery figure as JSONCite this page

the price, as of 2026-09-15 16:57 UTC · method · pinnable

Validation state
pass
as of 2026-09-15 05:59 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 05:59 UTC · method · pinnable · 5 of 5 in 7d, 5 of 5 in 30d, 5 of 5 in 90d
Calls, trailing 30 days
4
as of 2026-09-15 16:57 UTC · method · pinnable
Unique payers, trailing 30 days
1
as of 2026-09-15 16:57 UTC · method · pinnable
Last called
2026-08-31 10:25 UTC
as of 2026-09-15 16:57 UTC · method · pinnable
First observed by TOLLderived
2026-09-10
as of 2026-09-10 19:08 UTC · method · pinnable · observation began 10 September 2026; listings that predate it show that date
Pricederived
0.01 USDC
as of 2026-09-15 16:57 UTC · method · pinnable · on eip155:8453
Networks
12
as of 2026-09-15 16:57 UTC · method · pinnable

Counters

28 observations, 1 of them a change, fewer than the 3 a trace needs

How big is this endpoint among the ones like it?

1 call100,000this endpoint
Calls counted in the trailing thirty days across the 174 endpoints in Randomness that carry counters, binned on a logarithmic scale because the range runs over five orders of magnitude. The marked bin is this endpoint, at 4: 23 in the category are counted higher and 150 lower.

No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time across 28 observations, and 3 changes are the fewest this site will draw a trace through, because two points and a guess are not a series. Every observation is in the JSON.

In words

Of agent402.tools's 599 listings, solidity scan ranks tied 84th by calls with 252 others.

Its declared inputs are a json body with the field source.

solidity scan returns json; the example shows lines, summary, findings and disclaimer.

Over 30 days: 4 calls, one payer.

solidity scan was last called 15 days before the snapshot.

It is priced at 0.01 USDC on Base.

solidity scan accepts payment on Base, Polygon, Arbitrum, Monad and 8 others, 13 options in all, to 4 different wallets.

TOLL files solidity scan under randomness: a POST endpoint on agent402.tools, listed in the Coinbase registry.

solidity scan answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.

Closest in price to solidity scan within randomness: properties random at rentcast.x402.paysponge.com and random at x402.donnyautomation.com.

solidity scan is priced above 79% of comparable listings in randomness.

Within randomness, 81% of endpoints with counters have fewer calls.

For 6 of the options on solidity scan, TOLL has no verified decimals and shows the raw amount. solidity scan declares exact and upto as payment schemes.

Its payee wallet receives for 591 listed endpoints on one host.

The seller's tags on solidity scan are crypto, solidity, smart-contract and security.

Payment options as declared

the payment options, as of 2026-09-15 16:57 UTC · method · pinnable

Every payment option declared on this listing
registrynetworkassetamountschemepay to
Coinbaseeip155:8453USDC0.01 USDCexact0xaBF4FA…e2a9D0
Coinbaseeip155:137USDC0.01 USDCexact0xaBF4FA…e2a9D0
Coinbaseeip155:42161USDC0.01 USDCexact0xaBF4FA…e2a9D0
Coinbaseeip155:143USDC10000 smallest units, decimals unknownexact0xaBF4FA…e2a9D0
Coinbaseeip155:43114USDC0.01 USDCexact0xaBF4FA…e2a9D0
Coinbaseeip155:1329USDC10000 smallest units, decimals unknownexact0xaBF4FA…e2a9D0
Coinbaseeip155:10USDC0.011 USDCexact0xaBF4FA…e2a9D0
Coinbaseeip155:4663Global Dollar10000 smallest units, decimals unknownexact0xaBF4FA…e2a9D0
Coinbaseeip155:42220USDC10000 smallest units, decimals unknownexact0xaBF4FA…e2a9D0
Coinbaseeip155:8453USDC0.01 USDCupto0xaBF4FA…e2a9D0
Coinbasesolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpUSDC0.01 USDCexactJ7aN3PLJ…Gv3xwg
Coinbasestellar:pubnetCCW67TSZ…SJMI75100000 smallest units, decimals unknownexactGDNJXCKW…FJWWRL
Coinbasealgorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=3156670410000 smallest units, decimals unknownexactC7IIHG7S…OY2XIE

Preflight checks at the last sweep

the checks, as of 2026-09-15 05:59 UTC · method · pinnableendpoint answered HTTP 402

No named check failed.

Validation history, 90 days

Every sweep that observed this endpoint, newest first.

Validation observations over the last 90 days
observed, UTCstatefailed checkssweep
2026-09-15 05:59 UTCpass0daily-2026-09-15
2026-09-14 05:31 UTCpass0daily-2026-09-14
2026-09-13 05:25 UTCpass0daily-2026-09-13
2026-09-12 07:42 UTCpass0daily-2026-09-12
2026-09-11 11:32 UTCpass0daily-2026-09-11

Registry presence

Presence in a registry, not liveness of the service (method). Newest first.

  1. listed in Coinbase

Declared input and output, as listed

From the registry record, not validated by TOLL.the declared schema, as of 2026-08-31 10:25 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "source": "pragma solidity ^0.8.0;\ncontract Wallet {\n  function drain(address payable to) external {\n    require(tx.origin == msg.sender);\n    to.call{value: address(this).balance}(\"\");\n  }\n}"
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "lines": 7,
      "summary": {
        "low": 1,
        "high": 2,
        "info": 1,
        "medium": 1
      },
      "findings": [
        {
          "line": 4,
          "rule": "tx-origin",
          "message": "tx.origin used - authentication via tx.origin is phishable; use msg.sender.",
          "snippet": "require(tx.origin == msg.sender);",
          "severity": "high"
        }
      ],
      "disclaimer": "Deterministic heuristic pattern check - not a compiler, not an audit."
    }
  }
}
Cite this page

The pinned URL below renders this page from the snapshot of 2026-09-15 16:57 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).

Plain text

TOLL, "solidity scan on agent402.tools", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/agent402-tools-api-solidity-scan-9c3a69/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-agent402-tools-api-solidity-scan-9c3a69-2026-09-15T16-57Z,
  author = {TOLL},
  title = {solidity scan on agent402.tools},
  howpublished = {\url{https://tollindex.com/e/agent402-tools-api-solidity-scan-9c3a69/at/2026-09-15T16-57Z}},
  year = {2026},
  month = {9},
  note = {Pinned view of the snapshot of 2026-09-15 16:57 UTC. Accessed [access date].}
}

Reports and replies about this endpoint

None yet. Anything submitted through the form below is published here with its outcome.

Report an error about solidity scan, or reply as the named seller

No account, no token. Published unedited with its outcome, upheld or not. Do not include personal data.

Kind

Published as typed. Optional.

10 to 4,000 characters.

Verify with the payee wallet (optional, EVM)

Sign this message with the wallet named on the page and paste the signature; it is checked, stored, never published. TOLL reply about endpoint 9c3a69a7ad18fa57b5fc6faa2619f1f979d71a8e36fa61e2d1523788c80cc946 from wallet 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0

The 0x address named as payee on this page, 42 characters.

The hex signature of the message above, starting 0x.