UniswapV2Pair

Heimdall Evaluation Report · target: uniswap-v2 · status: pass

LLM evaluation

Baseline

Score: 12/100

The decompilation preserves some ERC-20 storage operations, approval, transfer, initialization, lock checks, and fragments of reserve handling, but most Uniswap V2 pair functionality is substantially missing or incorrect.

Candidate

Score: 12/100

The decompilation preserves only parts of the ERC20 surface logic and some storage mappings. The core Uniswap V2 pair functionality is substantially lost or incorrectly reconstructed, including liquidity minting/burning, swaps, reserve updates, fee accounting, safe transfers, and lock handling.

Diff

Decompiled output is identical between baseline and candidate.