Wrong storage slots usage or storage collision
In LevelTwo
which is the v2 implementation contract , the below state variable has been removed
-> Proxy stores data based on the storage slots of the implementation contract , but here when we have removed some of the state variables then there is a problem of overwriting one state varialbe with another
-> We only need to add a new variables at the end of the state variables , but should not delete or add any in the miidle of the storage slots (state variables)
-> Follow this one for storage slots in proxy contracts
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.