-
Notifications
You must be signed in to change notification settings - Fork 270
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
transaction error when the second NFT to be mint #1
Comments
@jianguda can you share the metamask error. |
@jianguda Depending on how you create the second token, you might run into an issue with the colours not being unique. If you did something like me you'd end up getting a nondescript contract error with metamask because of the colour issue. Token 1: You shift some of the colour selectors but leave a few as default. Token gets created. It comes from this part of the CryptoBoys.sol and isn't bug.
There should be some sort of warning/popup about the colour not being unique but that message might have been missed by you. Try making sure that the colours you are using for each CryptoBoy is unique/set. Hopefully that resolves the issue you were seeing. |
@jianguda I have an error connecting the wallet. Can you show me this step? |
|
Thanks for sharing such a great NFT market implementation! However, I found a hidden but critical issue, that is when the second NFT to be mint, the MetaMask always claims a transaction error.
I tried to debug the contract but sadly I failed to find the real cause :< so I decide to report the issue to you!
Best!
The text was updated successfully, but these errors were encountered: