Floating-point numbers in santaToken.sol
should be stored as constants with meaningful names.
The issue is identified in the santaToken
contract, specifically at line 25 and line 32.
The presence of multiple floating-point numbers without clear naming conventions can lead to confusion and make the code harder to read and understand.
Manual review
Store floating-point numbers in santaToken.sol
as constants with meaningful names. This practice enhances code readability and comprehension. Naming constants appropriately contributes to better maintainability and reduces the likelihood of errors or confusion in the future.
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.