You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an ERC20 contract owner, I want to be able to restrict the number of tokens that can be minted by a single user, so the total value doesn't get ridiculously high.
Acceptance Criteria:
Club solidity contract overrides the mint function with custom assertions.
Error is displayed when trying to mint more than 10,000 tokens in 1 transaction.
Error is displayed when trying to mint but the user already has 100,000 tokens.
The text was updated successfully, but these errors were encountered:
As an ERC20 contract owner, I want to be able to restrict the number of tokens that can be minted by a single user, so the total value doesn't get ridiculously high.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: