Token Safety Check (Base) avatar

Token Safety Check (Base)

Pricing

$50.00 / 1,000 token checkeds

Go to Apify Store
Token Safety Check (Base)

Token Safety Check (Base)

Deterministic honeypot, tax, and contract-risk check for Base/BSC ERC-20 tokens. Grade A-F, is_honeypot, tradeable, evidence flags — one row per token.

Pricing

$50.00 / 1,000 token checkeds

Rating

0.0

(0)

Developer

Beatrice Chalatian

Beatrice Chalatian

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Screen any Base (or BNB Smart Chain) ERC-20 token for honeypots, hidden taxes, and dangerous contract powers — before you trade, list, or approve it. Paste one or more token contract addresses and get back a clean grade A–F, an is_honeypot verdict, a tradeable flag, a numeric risk score, and the specific evidence flags behind the call. One row per token.

What it does

For each token address, this Actor returns a deterministic safety report built from:

  • Live buy/sell simulation on Base (Aerodrome + Uniswap V3, with a Uniswap-V2-on-Base fallback) — detects honeypots and round-trip loss with real eth_call state-override simulation, not guesswork.
  • Contract-powers analysis — upgradeable proxy, owner mint / pause / blacklist / fee powers, ownership and renounce status.
  • Cross-venue + third-party cross-check (GoPlus / honeypot.is) to catch off-coverage or suspicious tokens.

The result is evidence-carrying: every grade comes with the flags that produced it.

Input

FieldTypeDescription
tokenAddressesarrayOne or more ERC-20 contract addresses (0x…). Required.
chainstringbase (default) or bsc.

Example input

{
"tokenAddresses": ["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"],
"chain": "base"
}

Example output (one dataset row)

{
"input_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"chain": "base",
"http_status": 200,
"grade": "A",
"is_honeypot": false,
"tradeable": true,
"risk_score": 12,
"flags": ["upgradeable_proxy", "owner_can_mint"],
"summary": "…",
"report": { "…": "full evidence-carrying report" }
}

Use cases

  • Pre-trade / pre-approval safety gate for wallets, bots, and trading agents
  • Token due diligence at scale — screen a watchlist in one run
  • Power an autonomous agent's allow/block decision with a machine-readable verdict
  • Listing / launchpad screening to filter out honeypots and rug-prone contracts

Pricing

Pay-per-result: you're charged once per token successfully checked. No monthly minimum, no idle cost.

Notes

  • Assessment is read-only — it never sends a transaction or moves funds.
  • A token that fails to assess returns a row with http_status and an error field instead of a grade, so one bad address never fails the whole run.
  • Not financial advice: the grade is a deterministic risk signal, not a guarantee.

Who runs this

Built and operated by CyberWareX — a suite of pay-per-call data and AI APIs for autonomous agents. Every result row carries provider / provider_url fields so the data's origin stays traceable wherever it travels. Full service directory and machine-readable docs: cyberwarex.com · daily correctness proofs: cyberwarex.com/trust.