flow.nfts
Column Name | Data Type | Description |
---|---|---|
id | CHARACTER VARYING | The unique ID of this NFT, with the format:
"A.{collection_address}.{collection_name}.{serial}". Eg. A.0b2a3299cc857e29.TopShot.392127 . |
name | CHARACTER VARYING | The name of this NFT, eg. "Chris Paul 3 Pointer". |
description | CHARACTER VARYING | The description associated with this NFT. |
thumbnail_url | CHARACTER VARYING | A link to a thumbnail representing this NFT, eg. https://assets.nbatopshot.com/media/392127?width=256. |
external_url | CHARACTER VARYING | |
collection_id | CHARACTER VARYING | The unique ID of this NFT collection, with the format:
"A.{collection_address}.{collection_name}", eg. A.0b2a3299cc857e29.TopShot . |
collection_address | CHARACTER VARYING | The on-chain address where this NFT collection is deployed, eg. 0b2a3299cc857e29 . |
collection_name | CHARACTER VARYING | The name of the NFT collection this NFT belongs to, eg. "TopShot". |
serial | DECIMAL | The unique ID of the NFT within the collection, eg. 392127. |
block_id | CHARACTER VARYING | The id of the block in which this transfer occurred, eg. d6fa361d7619088b3025a34f5d7a636ffe00f547ae96d178d86842856ad88d3d . |
block_height | BIGINT | The height of the block in which this transfer occurred, eg. 55145419. |
block_timestamp | BIGINT | The time (in Unix seconds) of the block in which this transfer occurred, eg. 1687402358. |
transaction_id | CHARACTER VARYING | The Flow transaction that enacted this transfer, eg. b1dc50b4200e4716f93dc761f12270e077b8e85ed9f5683c87bdb2f0c4dbc189 . |
transaction_index | INTEGER | The index of the transaction in the Flow block, eg. 27. |
Indexed columns:
id
Last modified 2mo ago