Skip to content

scinftist/ERC721ConsecutiveEnumerable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC721ConsecutiveEnumerable

ERC721Consecutive make batch minting possible but it is not IERC721Enumerable compatible. the following contract Is a proof of concept that shows with some minor changes to ERC721Consecutive and ERC721Enumerable. it can be merge to one contract. with following features:

  • batch minting during constructor.
  • single minting after deployment.
  • single burning of a token.
  • full IERC721Enumerable compatibility.
  • all of the indexing functions are O(1)

for indept explanation veiw this issue

this contract is based on OpenZeppelin v4.9.

the version based on OpenZeppelin v5.0 is on the way.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published