Mapping

Heimdall Evaluation Report · target: storage · status: pass

LLM evaluation

Baseline

Score: 96/100

The decompiled output accurately preserves the mappings, getter functions, storage updates, packed-value masking, and calldata validation. The main functional discrepancy is that all three state-changing functions are marked payable instead of nonpayable.

Candidate

Score: 96/100

The decompiled output preserves the mappings, setters, getters, storage packing, and boolean/address extraction logic accurately, with one significant mutability discrepancy.

Diff

Decompiled output is identical between baseline and candidate.