WETH9

Heimdall Evaluation Report · target: weth9 · status: pass

LLM evaluation

Baseline

Score: 78/100

Core ERC-20/WETH state transitions, allowance logic, events, and payable deposit/withdraw operations are largely preserved, but important constructor, fallback, event-indexing, and arithmetic-semantics details are missing or inaccurate.

Candidate

Score: 82/100

Core ERC-20/WETH state transitions, allowance logic, events, withdrawals, deposits, and return values are accurately represented, but the fallback deposit path and constructor-initialized metadata are omitted. The Solidity 0.8 pragma also changes arithmetic overflow behavior if treated as compilable source.

Diff

Decompiled output is identical between baseline and candidate.