Token Honeypot Detector (Buy/Sell Sim + GoPlus Audit)
Pricing
Pay per usage
Token Honeypot Detector (Buy/Sell Sim + GoPlus Audit)
On-demand security audit for any ERC20 token. Combines honeypot.is (buy/sell simulation) and GoPlus (owner permissions, mint, blacklist, fees) into a single risk report. Critical pre-purchase check for memecoin traders. $0.02 per token.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Token Honeypot Detector
On-demand security audit for any ERC20 token. Combines honeypot.is (buy/sell simulation) and GoPlus (owner permissions, fees, blacklist, mint) into a single risk report. Critical pre-purchase check for memecoin traders. $0.02 per token.
Why this exists
The most common way to lose money on a new memecoin isn't the chart — it's a honeypot: a token you can buy but can't sell. Or a 90% sell tax. Or an owner who can mint unlimited supply.
Two free APIs catch most of these:
- honeypot.is simulates a buy → sell loop in a forked environment
- GoPlus Security decompiles the contract and checks for dozens of red flags
This actor calls both, merges results, and returns one unified risk verdict — so you can decide before sending tx.
What you get per row
| Field | Example | Notes |
|---|---|---|
symbol | USDT | |
chain | ethereum | |
risk_level | safe | safe / low / medium / high / critical |
risk_reasons | [] | list of specific flags |
is_honeypot_confirmed | false | from honeypot.is simulation |
simulation_success | true | did the buy→sell loop succeed |
buy_tax_pct | 0.0 | from GoPlus |
sell_tax_pct | 0.0 | from GoPlus |
is_mintable | 1 | owner can mint more (uint flag) |
hidden_owner | 0 | contract has hidden owner mechanism |
can_take_back_ownership | 0 | owner can resume control after renouncing |
owner_change_balance | 0 | owner can change any wallet's balance |
is_blacklisted | 1 | a blacklist mechanism exists |
transfer_pausable | 1 | owner can pause all transfers |
anti_whale_modifiable | 0 | max wallet / tx can be changed |
creator_address | 0xc6cde... | |
owner_address | 0xc6cde... | |
holder_count | 14,427,686 |
Risk levels
| Level | Trigger |
|---|---|
✅ safe | No flags raised |
🟡 low | 1 minor flag (e.g. mintable but renounced) |
🟠 medium | 2–4 flags or risk level 3–4 from honeypot.is |
🔴 high | 5+ flags or risk level 5 from honeypot.is |
☠️ critical | Honeypot confirmed (buy works, sell fails) |
Quick start
Audit USDT on Ethereum
{"tokenAddress": "0xdAC17F958D2ee523a2206206994597C13D831ec7","chain": "ethereum"}
Audit a memecoin on Base
{"tokenAddress": "0x...","chain": "base","telegramBotToken": "YOUR_BOT_TOKEN","telegramChatId": "YOUR_CHAT_ID"}
Audit a BSC token
{"tokenAddress": "0x...","chain": "bsc"}
Supported chains
ethereum, bsc, polygon, arbitrum, optimism, base, avalanche, fantom.
Pricing
Pay-Per-Event: $0.02 per token audited.
Flat fee covers both honeypot.is and GoPlus API calls. Vs:
- TokenSniffer Pro: $9.99/mo (~$0.33 per scan if you do 30/mo)
- DEXTools Pro: $30/mo
- GoPlus paid API: requires direct contract
If you audit fewer than 15 tokens per month, this actor is cheaper than any paid subscription.
Use cases
- Pre-buy check — Don't ape into a memecoin without running this first
- Portfolio audit — Scan every token in your wallet for new red flags
- Telegram bot — Wire to a trading bot that rejects tokens with
risk_level: critical - Research — Compare contract risk profiles across competing memecoins
- Listing diligence — Exchanges use this kind of pre-listing check
Limitations
- honeypot.is simulates buys/sells using a forked node, but cannot detect every social-engineering rugpull (e.g. team dumping after a few days). Use Wallet PnL Analyzer on the creator address to check their history.
- GoPlus is static analysis — a clean report doesn't guarantee safety, only that no obvious red flags exist.
- Always also check liquidity with our DEX Liquidity Depth Analyzer.
Related actors (same author)
- DEX Liquidity Depth Analyzer — Check liquidity + slippage
- Wallet PnL Analyzer — Check the creator wallet
- Smart Money Wallet Tracker — Did smart money buy this?
- Solana Memecoin Launch Tracker
Feedback
A short review helps memecoin traders find it: Leave a review on Apify Store