Skip to main content
Schema: movement.nft Table: fact_nft_mints Type: View NFT minting events on the Movement blockchain. Contains information about NFT creation and initial distribution.

Columns

Column NameData TypeDescription
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp of the block.
BLOCK_NUMBERNUMBERThe block number.
VERSIONNUMBERThe transaction version number.
TX_HASHTEXTThe transaction hash.
EVENT_INDEXNUMBERThe index of the event within the transaction.
EVENT_TYPETEXTThe type of mint event.
NFT_FROM_ADDRESSTEXTThe address minting from (usually null for mints).
NFT_TO_ADDRESSTEXTThe address receiving the minted NFT.
NFT_ADDRESSTEXTThe NFT collection address.
TOKEN_VERSIONNUMBERThe version of the token standard.
PROJECT_NAMETEXTThe NFT project name.
TOKENIDTEXTThe unique token ID.
NFT_COUNTNUMBERThe number of NFTs minted.
TOTAL_PRICE_RAWNUMBERThe raw total price paid.
CURRENCY_ADDRESSTEXTThe currency used for payment.
FACT_NFT_MINTS_IDTEXTUnique identifier for the row.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified.