-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
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
Rename Mint and Burn events to match OpenZeppelin #565
Comments
Uses Burn and MintOpenZeppelin: TrustToken (TUSD): Centre (USDC): OthersAs a counterexample, PAX uses |
@wjmelements Thanks for looking into our codebase! In our latest dev branch (dev-3.0.0) we have decided to use event names set in IERC1400 family. More specifically, |
Thanks for your reply. If EIP1594 goes through, we may consider upgrading our events to match. Thanks for caring about open standards! |
The OpenZeppelin token uses events called
Mint
andBurn
, analogous to yourMinted
andBurnt
. The scheme is also used by TrueUSD. Adopting their naming scheme would facilitate compatibility.The text was updated successfully, but these errors were encountered: