https://github.com/Cyfrin/2025-02-raac/blob/main/contracts/core/tokens/veRAACToken
The contract contains several harcoded constants, such as:
MAX_TOTAL_SUPPLY = 100_000_000e18;
MAX_LOCK_AMOUNT = 10_000_000e18;
MAX_TOTAL_LOCKED_AMOUNT = 1_000_000_000e18;
Limits cannot be modified wihtout redeploying the contract.
Reduces flexibility for future contracts upgrades.
Manual Review
Consider using modifiable variables with an onlyOwner
setter function:
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.