Network | Address | |
---|---|---|
Testnet | 4dfd62c88d1b6462 | Flow View Source |
Mainnet | e4cf4bdc1751c65d | Flow View Source |
Series encompass periods of time and will be named using strings like: Summer 2021
or Series 3
.
More that one series can be open at any given time, and in order for an Edition to be created, it must have a SeriesID.
On Chain Fields
Transactions
Sets are categories: Greatest Touchdowns
or similar. Sets have a unique name.An Edition must have a SetID to be created.
Sets do not close and cannot be retired. Sets contain a dictionary of all the SetID/PlayID combinations that exist within
an Edition. This is checked everytime a new Edition is created to ensure they are unique.
On Chain Fields
Transactions
Plays contain the actual play metadata, including stats from NFL and Elias. This will contain Player, Team, and Game metadata some of which may be blank depending on the type of moment.
On Chain Fields
Transactions
Editions are the combination of a SeriesID, SetID, and PlayID and are what moments are minted out of. They also have a Max and Current Edition size so we can specify how many moments can ever be minted from the edition.
The MaxEditionSize is optional. If it is not set, moments can be minted unlimitedly. An Edition will close, if either of these things happen:
MaxEditionSize
cannot be changed once it is set.
Fields
Transactions
Moments are minted out of editions. You can think of Editions as a "cookie cutter" for moments. The Serial Number is what makes each MomentNFT unique. These are the NFTs that will be sold in packs.
Fields
Transactions
The contract conforms to the Flow NFT Metadata standard and implements the Core NFT Views. See Flow NFT Catalog for details.