In veRAACToken.sol
in increase
function >>> missing check of (amount > MAX_LOCK_AMOUNT)
or not and (totalSupply() + amount > MAX_TOTAL_SUPPLY)
or not . malicious user can exceed total supply amount limit that will break PROTOCOL Rule
.
In veRAACToken.sol
in increase
function >>> missing check of (amount > MAX_LOCK_AMOUNT)
or not and (totalSupply() + amount > MAX_TOTAL_SUPPLY)
or not . That will break protocol rule . Notice marked commented line
Think about a situation where malicious user can exceed those limits . that are mention in codebase
malicious user can exceed total supply amount limit that will break PROTOCOL Rule
.
use check point in increase
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.