Replies: 1 comment
-
mintSeaDrop is only callable by the allowed seadrop contract, so it is reverting. you also have to do other things like setMaxSupply. you can use the internal _mint function after setting max supply in the constructor |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I add the line
mintSeaDrop
to the constructor like so:And it gives me the following error:
Any way to fix this?
Beta Was this translation helpful? Give feedback.
All reactions