Trading Not Enabled
The contract has a `tradingEnabled` switch and it is currently off.
Trading non activé
Le contrat a un switch `tradingEnabled` et il est actuellement off.
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.
Ce que ça signifie
Une variable d'état booléenne contrôle tous les transferts. Tant qu'elle est off, seul le déployeur peut bouger les tokens. L'état est à une transaction d'être on, mais aussi à une transaction d'être on-puis-off.
Pourquoi c'est important
Les tokens pré-launch montrent souvent ce flag légitimement. Post-launch, un retour soudain à off est un kill-switch rug classique.
Comment RektRadar le détecte
Pattern matching sur `require(tradingEnabled)` dans les fonctions de transfert, combiné avec une lecture de l'état on-chain courant.
Recent tokens with this signal
Tokens récents avec ce signal
Loading recent tokens…
Chargement des tokens récents…