Danger signal

Blacklist Mapping

The contract can blacklist any address from selling - a kill-list with no notice period.

Analyzer: Source-Code Analysis
Slug: blacklist_detected

What it means

A `mapping(address => bool) _blacklist` (or equivalent) is checked in every transfer. The owner can add any wallet to the list, instantly freezing its tokens.

Why it matters

Blacklist contracts are rug-by-design. The operator can wait until enough liquidity has accumulated, then blacklist every non-team wallet and dump.

How RektRadar detects it

RektRadar scans the verified Solidity source for blacklist mappings and the bytecode for the corresponding storage layout when the source isn't published.

Detected on 1 token in our dataset so far, 1 classified scam. Sample still small - a reliable scam rate needs more occurrences.

Snapshot from RektRadar's token_analysis database as of 2026-06-20.

Recent tokens with this signal

Loading recent tokens…

Analyze a token →