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
Hi 😃 There is a potential bug in generating an ERC20 token. The "Premint" field has no upper bound, which allows you to mint 999...9 token.
When you try to compile the generate contract, for example in Remix, you get "Literal too large" error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi 😃
There is a potential bug in generating an ERC20 token. The "Premint" field has no upper bound, which allows you to mint 999...9 token.
When you try to compile the generate contract, for example in Remix, you get "Literal too large" error.
The text was updated successfully, but these errors were encountered: