Beedle
contract is lacking a burn
function with an external keyword.
Beedle
contract has a mint
function with an external keyword. Allowing the owner (most likely the governance) to mint tokens. But, there is no burn
function which is external, but just an internal function _burn
which cannot be called by the owner. Hence, it prevents the owner from burning tokens when intended.
Tokens cannot be burnt because of a lack of external burn function.
Manual review
Please use a burn function which is external.
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.