Blockscout Contract Watch
Pricing
from $1.00 / 1,000 dataset items
Blockscout Contract Watch
Keyless EVM contract & protocol watch via public Blockscout (no API key): per-address new transactions, transfers, and gas spent since the last run (stateful KVS diff). Monitor any list of contract addresses on public Blockscout chains. One compact pulse item per run.
Pricing
from $1.00 / 1,000 dataset items
Rating
0.0
(0)
Developer
jedi solana
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Keyless EVM contract & protocol watch via public Blockscout (no API key): per-address new transactions, transfers, and gas spent since the last run (stateful KVS diff). Monitor any list of contract addresses on public Blockscout chains. One compact pulse item per run.
What you get
Every run writes a dataset with one row per record:
{"kind": "contract-watch","chain": "ethereum","source": "eth.blockscout.com/api/v2","ts": "2026-09-17T00:36:00Z","firstRun": true,"prevRunTs": null,"limit": 20,"addresses": [{"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","balanceNative": 0,"balanceHuman": 0.0,"isContract": true,"name": "USDC","counters": {"transactions": 125268512,"tokenTransfers": 2200260},"tokenBalanceCount": 50,"latestTx": {"hash": "0x8060d46e1c8e542cbea07788acb75f729614db6e21a188c53bdf36ec8be48afb","block": null,"ts": null},"recentTxCount": 20,"recentTransfers": [{"from": "0x40667eC24831EFE2c4A1DaBE12626C77853917df","to": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","value": 3000000000,"token": "USDT","ts": "2026-09-16T20:32:59.000000Z"},{"from": "0x8FDd28aBc514b3Ca05B907acc36B367BF42f220e","to": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","value": 5319426686,"token": "USDT","ts": "2026-09-16T16:03:59.000000Z"
Input
{"addresses": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48,0x7a250d5630B4cF539739dF2C56aCcb5c3dCc99F6","limit": 20}
| Field | Type | Description |
|---|---|---|
addresses | string | Addresses: the addresses parameter. Default: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48,0x7a250d5630B4cF539739dF2C56aCcb5c3dCc99F6". |
limit | integer | Limit: the limit parameter. Default: 20. |
Use cases
- Monitor on a schedule — run this Actor on a timer and get a fresh, normalized snapshot every time; diff the datasets to see what changed.
- Feed a dashboard or model — clean, one-JSON-item-per-record output is ready to pipe into a spreadsheet, database, or LLM prompt without any post-processing.
- Research & due diligence — pull a structured set of records for a topic, name, or window without scraping the public source by hand.
Limits & notes
- No API key, no login: it only reads public endpoints/feeds. If the upstream source is degraded, the run still succeeds and returns an honest status item instead of failing.
- Results reflect what the public source returned at run time (top-N windows, newest-first where applicable).
- Pay-per-event via synthetic events: each default-dataset item is billed through
apify-default-dataset-item($0.001 per item), plusapify-actor-start. - Free to try on the free plan; PPE pricing applies to paid-plan users.
Categories
OTHER