mirror of
https://github.com/FlipsideCrypto/gitbook.git
synced 2026-02-06 10:47:06 +00:00
GitBook: [#357] No subject
This commit is contained in:
parent
6c32550ebb
commit
28e5690bc8
@ -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)
|
||||
|
||||
@ -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 %}
|
||||
|
||||
22
our-data/tables/flow-tables/moment-metadata.md
Normal file
22
our-data/tables/flow-tables/moment-metadata.md
Normal file
@ -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. |
|
||||
Loading…
Reference in New Issue
Block a user