The BaseGauge
constructor implements boost parameters using inconsistent scaling factors - maxBoost
uses 1e4 precision while minBoost
uses 1e18, creating potential calculation errors.
Current Implementation:
Issues:
maxBoost
uses 1e4 precision (25000/10000 = 2.5x)
minBoost
uses 1e18 precision
Scaling mismatch affects boost calculations
Inaccurate reward calculations
Potential under/over distribution of rewards
Complex maintenance and debugging
Manual code review
Standardize precision across boost parameters
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.