Missing comments for constant variables
Constants that dont immediately give insights into what they are for can be confusing and need to be commented in order to explain them. It is always best practise to comment out values, constants, variables in a way that adds clarity.
Informational: This affects the readability, maintanability and auditability of the code as some variables e.g especially constant variables will not have clear explanations as to where they arise from how and why they are used.
Manual Analysis
It is recommended that constant variables that are not intuitive are commented to explain what, how, why used.
e.g uint256 private constant ADDITIONAL_FEED_PRECISION = 1e10; // detail where this comes from, why and how used
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.