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.

Recent tokens with this signal

Loading recent tokens…

Analyze a token →