Incorrect storage lot being accessed when reverting.
revert(0x1c, 0x04)
used in line 41 and 54 wont read the correct error signature because it's looking in memory slot 0x1c which is 36 bytes before slot 0x40.
Medium
Brain
Change revert(0x1c, 0x04)
to revert(0x5c, 0x04)
OR 0x40 in mstore to 0x00
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.