This audit report provides an analysis of the Distributor smart contract with regards to lower severity security vulnerabilities.
Distributor.sol
at line 135Vulnerability ID: M-01
Description: We are using magic numbers (10000) in the verification of totalPercentage
.
Snippet:
Replace the magic number (10000) with a named variable to improve code clarity and maintainability.
The use of magic numbers reduces code readability and can lead to errors during maintenance or modification of the contract.
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.