-
Notifications
You must be signed in to change notification settings - Fork 842
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
Golfing ERC721A #270
Comments
Awesome, thanks! |
Hey,
I tried bringing the costs down for ERC721A. Here's a gas report with a small readme:
https://github.com/0xPhaze/ERC721A-Improved
tokenData
is passed as storage instead of memory.collectionSize
andmaxPerWallet
.Wanted to ask first, if ERC721A is interested having some of these optimizations implemented.
The text was updated successfully, but these errors were encountered: