Warning signal

DELEGATECALL Opcode

The contract can execute external code in its own context - the basis of upgradeable/proxy logic.

Analyzer: Bytecode Patterns
Slug: opcode_delegatecall

What it means

DELEGATECALL runs another contract's code as if it were the token's own, sharing its storage. It is the mechanism behind proxies and upgradeable contracts, which means the token's behaviour can be controlled or swapped by whoever owns the implementation.

Why it matters

If a token delegatecalls into an owner-controlled implementation, today's safe logic can be replaced with a drainer tomorrow. The opcode alone is not proof of malice, but in an unverified token it means the code you read may not be the code that runs.

How RektRadar detects it

RektRadar disassembles the runtime bytecode and flags the presence of the DELEGATECALL opcode in the token's execution paths.

From our dataset

11,253
tokens carried this flag
5,890
of them classified scam
52.3%
of tokens with this flag end up classified scam
274
flagged in the last 30 days

Top brand-jacked tickers carrying this flag: $SLP, $USDT, $FAKE, $UNC, $PENDLE-LPT

Pool version of the flagged tokens that trade: V4 952 · V2 579 · V3 109

Snapshot from RektRadar's token_analysis database as of 2026-06-20.

Recent tokens with this signal

Loading recent tokens…

Analyze a token →