Danger signal Roadmap

This detection is documented but not yet emitted by the live pipeline - it is on the roadmap, so you will not see it on analyzed tokens yet.

Proxy Points to No Code

The proxy delegatecalls into an address that currently holds no code - a trap or a not-yet-set logic.

Analyzer: Bytecode Patterns
Slug: proxy_implementation_missing

What it means

The resolved implementation address has no deployed bytecode. The proxy delegatecalls into nothing, or into logic the operator intends to set later. Either way the contract's behaviour is undefined and fully under the operator's future control.

Why it matters

A proxy pointing at an empty address is a loaded trap: the operator can deploy malicious logic to that address (or repoint the proxy) the moment enough liquidity has accumulated, then drain in one transaction.

How RektRadar detects it

After resolving the implementation address from the proxy slots, RektRadar reads its code; an empty result (0x) raises the flag.

Recent tokens with this signal

Loading recent tokens…

Analyze a token →