We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow the contract owner to burn/redeem tokens from their balance to reduce the total supply.
burn
Redeem
Should only the owner be able to call the function or not?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Allow the contract owner to burn/redeem tokens from their balance to reduce the total supply.
Acceptance Criteria
burn
function callable only by the owner.Redeem
event with the correctly burned amount.To Investigate
Should only the owner be able to call the function or not?
The text was updated successfully, but these errors were encountered: