DELEGATECALL Opcode
The contract can execute external code in its own context - the basis of upgradeable/proxy logic.
DELEGATECALL Opcode
The contract can execute external code in its own context - the basis of upgradeable/proxy logic.
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.
Ce que ça signifie
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.
Pourquoi c'est important
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.
Comment RektRadar le détecte
RektRadar disassembles the runtime bytecode and flags the presence of the DELEGATECALL opcode in the token's execution paths.
From our dataset
Données de notre dataset
Top brand-jacked tickers carrying this flag: Top tickers brand-jacked portant ce flag : $SLP, $USDT, $FAKE, $UNC, $PENDLE-LPT
Pool version of the flagged tokens that trade: Version de pool des tokens flaggés qui tradent : V4 952 · V2 579 · V3 109
Snapshot from RektRadar's token_analysis database as of 2026-06-20.
Snapshot de la base token_analysis de RektRadar au 2026-06-20.
Recent tokens with this signal
Tokens récents avec ce signal
Loading recent tokens…
Chargement des tokens récents…