Miscalculation by dev in the comment when calculating the number of slots in the address 80+64+40+24+24 = 232 not 224.
The total storage space used in a storage slot from the addition is 232, however it is calculated to 224 in the dev comment, this creates an issue if the variables are being casted down to uint224 because this scrapes off the 8 additional bytes over it thereby losing context of the right data.
It leads to loss of data if it is casted to uint224 in a function.
Manual Review
Make appropriate corrections.
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.