EVM Contract Code Pulse
Pricing
from $1.00 / 1,000 dataset items
EVM Contract Code Pulse
Keyless EVM contract-code monitor (public Blockscout v2 smart-contract routes, no key): per-contract bytecode hash, verification status, proxy target tracking, run-over-run stateful KVS deltas with upgrade/verification-change alerts. Read-only public data.
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
2 days ago
Last modified
Categories
Share
Keyless EVM contract-code monitor (public Blockscout v2 smart-contract routes, no key): per-contract bytecode hash, verification status, proxy target tracking, run-over-run stateful KVS deltas with upgrade/verification-change alerts. Read-only public data.
What you get
Every run writes a dataset with one row per record:
{"kind": "contract-code-pulse","ts": "2026-09-24T00:24:19Z","firstRun": true,"prevRunTs": null,"count": 4,"contracts": [{"alias": "aave-v3-pool","address": "0xA15F939F0D307cF831150ff90e23b1708450B261","chain": "ethereum","hostUsed": "eth.blockscout.com","verified": true,"bytecodeHash": "65cedaa2f11564271df8dc0c105817ad693d119253dd50eb8ca2b232e97f7b7f","bytecodeLength": 123,"isProxy": true,"proxyType": "master_copy","proxyTarget": "0xFf51A5898e281Db6DfC7855790607438dF2ca44b","name": "SafeProxy","source": "https://eth.blockscout.com/api/v2/smart-contracts/0xA15F939F0D307cF831150ff90e23b1708450B261","note": null},{"alias": "curve-3pool","address": "0x540cbf43C0376c387F56A3Ef8af7c58e72d8f3c7","chain": "ethereum","hostUsed": "eth.blockscout.com","verified": true,"bytecodeHash": "c4a834d7d6af63b72d848cae5f5ac637080b78e20c3a9e28995792930670a0e8","bytecodeLength": 242,"isProxy": true,"proxyType": "eip1967_beacon","proxyTarget": "0xb71dB550d089d494053e9967401c04AB34B568CC","name": "BeaconProxy
Input
{"contracts": "aave-v3-pool,curve-3pool,uniswap-v3-factory,ens-registrar","limit": 50}
| Field | Type | Description |
|---|---|---|
contracts | string | Contracts: the contracts parameter. Default: "aave-v3-pool,curve-3pool,uniswap-v3-factory,ens-registrar". |
limit | integer | Limit: the limit parameter. Default: 50. |
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