Skip to content
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

ERC-721A #33

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

ERC-721A #33

wants to merge 3 commits into from

Conversation

Shiva-Tzu
Copy link
Contributor

I saw a request to update the contract to utilize ERC-721A (more gas efficient). Here's the updated contract. Not sure if this is something you all want. I ran a quick test in Remix but probable worth confirming on your end before committing to main branch.

@Shiva-Tzu
Copy link
Contributor Author

Shiva-Tzu commented Sep 24, 2022

P.S Essentially the only difference in the NFT contract code between the implementation of ERC-721A and ERC-721 is that 721A takes quantity of tokens minted rather than the tokenID in the _safeMint function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant