Shares amount is rounded down to number of days staked. Max truncation is 1 day, min time is 14 days. At most 1 / 14 * 100% = 7.1% of accrued shares will be truncated.
Division before multiplication
Suppose timeTillMatch = 14.99 days
, eth = 1e18
. Expected result is 14.99 * 1e18 / 1 = 14.99e18 shares
. Actual result is 1e18 * (14.99 / 1) = 14e18 shares
Up to 7.1% of user's shares will be truncated
Manual Review
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.