The reward calculation in ThePredicter.sol
may lose precision due to integer division.
The calculation (shares * players.length * entranceFee) / totalShares
performs integer division, which could result in lost decimals thus incorrect reward distribution.
Players receive less than they're entitled to
Manual code review
Use a fixed-point arithmetic library
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.