-
Notifications
You must be signed in to change notification settings - Fork 29
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
Serial English Auction (nouns-style) minter #504
Conversation
@jakerockland - this is ready for review. Would appreciate thorough feedback before writing all of the tests 🙏 Also note that our internal design document has been created and is ready for review 👍 |
…clearer error messaging)
SEA minter - hold n+1 token to improve UX
Folded in PR #546 to this PR 🙏 |
add ejectNextTokenTo admin-only function to SEA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So exciting – excellent work here @ryley-o!
Handful of minor nits, but generally LGTM! 🙌 🔥
? |
Description of the change
Add a serial English auction (nouns-style) minter.
Fixes #185
Overview
This minter provides an option to mint and distribute a project's tokens one at a time via consecutive, on-chain English auctions.
Tests
nonReentrant
modifiers. This was because the two untestednonReentrant
modifiers are only providing dual redundancy, and are not our primary layer of defense.