Danger signal

Sell Explicitly Blocked

Sells revert with an explicit guard — not a slippage issue, an intent.

Analyzer: Honeypot Simulation
Slug: sell_blocked

What it means

Distinct from a generic sell failure, this flag fires when the sell reverts with a known anti-sell modifier (e.g. `require(!_blocked[from])`, `require(_canSell)`). The block is intentional, not accidental.

Why it matters

An explicit sell block means the operator has built the rug into the contract. There is no scenario where this flag clears on its own.

How RektRadar detects it

RektRadar combines simulation results with bytecode pattern matching for known sell-guard signatures.

Recent tokens with this signal

Loading recent tokens…

Analyze a token →