RAACToken contract functions such as mint/burn/setFeecollector/setSwapTaxRate/setBurnRaxRate shold have modifier "onlyMinter" instead of "onlyOwner"
RAACToken contract functions such as mint/burn/setFeecollector/setSwapTaxRate/setBurnRaxRate are intended to call from minter role. Therefore these functions should utlize "onlyMinter" as modifies instead of "onlyOwner"
If minter and owner are set to different identity, minter will not be able to call functions such as mint/burn/setFeecollector/setSwapTaxRate/setBurnRaxRate to make appropriate changes.
manual
consider change onlyOwner to onlyMinter in above specified 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.