NestedMappings

Heimdall Evaluation Report · target: nested-mappings · status: pass

LLM evaluation

Baseline

Score: 45/100

The storage update in approve is preserved, but both read-only getter functions are decompiled as no-op pure functions without arguments or return values, and approve is incorrectly marked payable.

Candidate

Score: 48/100

The approve storage update is preserved, but the public allowance getter is not decompiled correctly and approve has incorrect payable mutability.

Diff

Decompiled output is identical between baseline and candidate.