The event TotalGerminatingBalanceChanged
have the first parameter defines as season which is cast as uint256. However, when this event are emitted, the variable used is uint32
This type cast error won't cause functionally issue, it will be more gas efficient to cast season parameter as uint32
Change cast of season parameter from uint256 to uint32 on event TotalGerminatingBalanceChanged
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.