diff --git a/SUMMARY.md b/SUMMARY.md index a579222..b5c17c4 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -69,6 +69,7 @@ * [Bridge Transactions](our-data/tables/flow-tables/bridge-transactions.md) * [Contract Labels](our-data/tables/flow-tables/contract-labels.md) * [Events](our-data/tables/flow-tables/events.md) + * [Moment Metadata](our-data/tables/flow-tables/moment-metadata.md) * [NFT Sales](our-data/tables/flow-tables/nft-sales.md) * [Prices](our-data/tables/flow-tables/prices.md) * [Swaps](our-data/tables/flow-tables/swaps.md) diff --git a/our-data/tables/flow-tables/README.md b/our-data/tables/flow-tables/README.md index 2d1f2ab..431b4ac 100644 --- a/our-data/tables/flow-tables/README.md +++ b/our-data/tables/flow-tables/README.md @@ -32,6 +32,10 @@ The following pages offer quick documentation with details around the schema, an [events.md](events.md) {% endcontent-ref %} +{% content-ref url="moment-metadata.md" %} +[moment-metadata.md](moment-metadata.md) +{% endcontent-ref %} + {% content-ref url="nft-sales.md" %} [nft-sales.md](nft-sales.md) {% endcontent-ref %} diff --git a/our-data/tables/flow-tables/moment-metadata.md b/our-data/tables/flow-tables/moment-metadata.md new file mode 100644 index 0000000..214aee6 --- /dev/null +++ b/our-data/tables/flow-tables/moment-metadata.md @@ -0,0 +1,22 @@ +# Moment Metadata + +{% embed url="https://flipside-flow.netlify.app/#!/model/model.flow_models.core__dim_moment_metadata" %} +Full documentation for the Moment Metadata table +{% endembed %} + + + +| Column | Description | +| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| nft\_collection | The contract address or ID for the NFT Collection. | +| nft\_id | The id of the NFT, usually a number. | +| serial\_number | The serial number for the Moment, such as 25, within the collection. | +| max\_mint\_size | The gross NFTs minted for the batch. | +| play\_id | The numeric ID of the play for the moment. For example, with topshot moment ABC may be a version of Play 123. The play id is 123 and moment metadata is associated with the play, rather than the moment. | +| series\_id | The numeric ID for the series of moments or plays. This corresponds with the series column found in some metadata tables. | +| series\_name | The series for this particular set of drops. | +| set\_id | The numeric ID for the set. This corresponds with the set name found in some metadata columns. | +| set\_name | Name of the set in which the moment was dropped. | +| edition\_id | The numeric ID for the edition of moments. This is likely a bundle of moment NFTs within the same type of play, differentiated by some trait like rarity. | +| tier | The tiered rarity of the edition. | +| metadata | A JSON object containing moment or play metadata. |