Info signal

Trading Not Enabled

The contract has a `tradingEnabled` switch and it is currently off.

Analyzer: Honeypot Simulation
Slug: trading_not_enabled

What it means

A boolean state variable gates all transfers. While off, only the deployer can move tokens. The state is one transaction away from being on, but also one transaction away from being on-then-off.

Why it matters

Pre-launch tokens often show this flag legitimately. Post-launch, a sudden flip back to off is a classic kill-switch rug.

How RektRadar detects it

Pattern match on `require(tradingEnabled)` in transfer functions, combined with current on-chain state read.

Recent tokens with this signal

Loading recent tokens…

Analyze a token →