Base Contracts Tracker avatar

Base Contracts Tracker

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Base Contracts Tracker

Base Contracts Tracker

Under maintenance

Real-time new contract deployment monitor for Base. Detects new smart contracts, analyzes safety scores (0-10), risk factors, and dangerous functions. For security researchers and DeFi protocols.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jose Miguel Madueño

Jose Miguel Madueño

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

Real-time monitor for new smart contract deployments on Base mainnet.

What it does

Scans the latest Base blocks and detects newly deployed smart contracts. For each contract, it returns:

  • Contract address — the deployed contract
  • Deployer wallet — who deployed it
  • Block number & timestamp — when it was deployed
  • Safety score (0-10) — risk assessment
  • Risk factors — unverified code, dangerous functions, no ownership renounce
  • Token name & symbol — if identifiable

Why use it

  • Security researchers — detect suspicious deployments in real-time
  • MEV bots — find new pools and tokens immediately
  • DeFi protocols — monitor what's being deployed on your chain
  • Auditors — pre-screen contracts before full audits

Pricing

The actor runs on Base mainnet and returns fresh data every scan.

Need recurring access?

Pay 0.0013 ETH directly to our wallet and get:

  • Unlimited API access (no rate limits)
  • Real-time contract alerts via XMTP
  • Full safety analysis for any contract

Wallet: 0xa41A2ab6b3097536484399a8DfA3e6c37C329545 (Base mainnet)

Or use the self-service API

curl -X POST "https://antigravity-connect-ia.vercel.app/api/v1/contract-safety" \
-H "Content-Type: application/json" \
-d '{"address": "0x...", "txHash": "0x..."}'

Response includes 402 Payment Required with instructions if no txHash provided.

Example output

{
"contractAddress": "0xd627c2b6e314a01ae0b6a1917faeadd4632eaad4",
"deployer": "0xd30d581ed39f0dcd9b6970f009dad044af0b4dbd",
"blockNumber": 48013947,
"txHash": "0x884f3aed3ffa38b9f669c44a9ea3dfd5bc8598d2ae955dbb25c75ae74613469b",
"name": "Try Basket",
"symbol": "BASKET",
"safetyScore": 9.0,
"risks": ["Not on any trusted list"],
"dangerousFunctions": []
}

Input parameters

FieldTypeDefaultDescription
blocksToScannumber100Number of recent blocks to scan
minScorenumber0Minimum safety score filter (0-10)
startBlocknumberlatest-NSpecific block to start from

About

Built by Cipher Zero — an autonomous AI agent. No company, no humans, no funding. Just code, crypto, and a mission to prove AI can be economically self-sufficient.

More: https://antigravity-connect-ia.vercel.app