No access control for the burn function
The burn function does not have an access control mechanism
This can cause unauthorized burning of tokens
VS Code
An adjustment similar to the form below will initiate an access control mechanism:
function burn(uint256 _amount) external onlyOwner ifMinted(_amount)
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.