Skip to content

Conversation

@pandainzoo
Copy link

Goals of PR

Core changes:

  • Describe changes here

Notes:

  • Write notes here

Related Issues:

  • Link issues here

Signed-off-by: pandainzoo <gary.zhu@mantle.xyz>
// public mint for any user
function mint(uint256 amount) external {
require(msg.sender != address(0), "ERC20: mint to the zero address");
require(amount <= 1000000000000000000000, "ERC20: mint amount too large, maximum is 1000000000000000000000");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1000000000000000000000 => 1e21 maybe better

@pandainzoo pandainzoo closed this Dec 4, 2024
@pandainzoo pandainzoo deleted the gary/sepolia_mnt branch December 4, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants