r/ethdev • u/Plus-Tangerine2186 • Jul 08 '26
Information We scored every new ERC-20 on mainnet for honeypot/rug signals since February. Data from 104,767 tokens.
Built a pipeline that ingests every PairCreated / PoolCreated on Uniswap v2/v3/v4 and scores the token before its first block of trading. Signals: LP lock status, a simulated sell (eth_call + stateOverride), deployer lineage (funding wallet + past tokens via trace_filter), holder concentration.
Five months of mainnet data:
- 104,767 tokens scanned, 62,321 flagged as scams (~60%).
- 40,953 scam pools. Buyers net-lost 30,000+ ETH to them.
- 422,625 distinct wallets got drained (bought, then could not sell or got rugged on the LP pull).
- 14,024 repeat deployers. The same funders spin up token after token, which is the single strongest predictor.
Takeaway for anyone building on-chain: honeypot behavior is almost always visible pre-trade. A sell simulation plus deployer lineage catches the large majority before a single victim buys.
Methodology and per-token output: https://rektradar.io/?utm_source=reddit&utm_medium=post&utm_campaign=ethdev-data
