Possibility for precision loss
One of the responsibilities of the method Pot::closePot is to calculate the claimed reward using a formula which contains division:
uint256 claimantCut = (remainingRewards - managerCut) / i_players.length; .
It is possible to have a minor precision loss due to that (such as having a division like 1000 / 3).
Precision loss, minor amount of funds remain stucked in the contract
Manual review
Consider one of the following:
Use library to handle precision loss
Have a method which sends the left amount of eth due to precision loss to the admin
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.