ERC721SingleEditionDFS

The ERC721SingleEditionDFS implementation is similar to the ERC721EditionsDFS described above, with the exception that it can only support a single edition. This is typically used for open edition mints where the final token count is potentially infinite or unknown, and the metadata for each token should be exactly the same.

Last updated