Danger signal

Reentrancy Risk

External value calls happen before balance updates - the classic reentrancy shape.

Analyzer: Source-Code Analysis
Slug: reentrancy_risk

What it means

The source makes a .call{value:} to an external address and only afterwards touches balances. Whether by incompetence or design, the checks-effects-interactions order is violated.

Why it matters

On a token contract this pattern is rarely an accident: it enables draining flows during transfers or makes behavior dependent on attacker-controlled callbacks.

How RektRadar detects it

Source regex matching value calls followed by balance writes within the same function body, raised as danger.

Detected on 6 tokens in our dataset so far, 4 classified scam. Sample still small - a reliable scam rate needs more occurrences.

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

Recent tokens with this signal

Loading recent tokens…

Analyze a token →