Mints

Our NFT mints table contain the following minting programs on the Solana blockchain.

Protocols

Minting Program
NFTs

Candy Machine v2, v3

Regular NFT mints

Bubble Gum

Compressed NFT mints

Table Columns

Column Name
Description
type
Example

protocol

Minting protocol, if applicable.

varchar

bubblegum

program_id

Program ID of the minting protocol.

varchar

BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY

mint_type

Type of mint event, can be SINGLE_MINT or BUNDLE_MINT.

varchar

SINGLE_MINT

total_item_quantity

Total item minted in the transaction.

number

1

signer

Transaction signer, which is often the account minting the NFTs. Althought NFTs can also be minted to other wallet accounts.

varchar

BoRKfEdFS5PKbQp9Hi2TuukqWwpba88ZwzUptzLNMN6F

payer

Transaction payer of the mint, if applicable.

varchar

AhJT2oerJmmrBDyrqocS74rHHStWEEmsqwuVFqptuLbi

item_quantity

Total item minted.

number

1

token_mint

Token mint address.

varchar

token_metadata

Token metadata address.

varchar

token_metadata_program

Token metadata program address.

varchar

collection_mint

Collection mint address of the NFT minted.

varchar

BoRKkxKPoAt7LcyVRPa9ZZT5MztkJuc4PiGrUXAgDHPH

collection_metadata

Collection metadata address of the NFT minted.

varchar

rt8gKYfbSNfthHT5m14gHzPbRxQ7SchkKvcaWr2XExp

collection_master_edition

Collection mater edition address of the NFT minted.

varchar

is_cnft

Boolean indicator on whether the NFT is a cNFT (compressed NFT).

boolean

TRUE

merkle_tree

cNFT data: The account that contains the Merkle tree, initialized by create_tree.

varchar

CqiBPkJvygpGYrkExokZq7ALk4fMQteTxENmoPFAnYBn

leaf_index

cNFT data: The index of the leaf node in the Merkle tree. Can be retrieved from off-chain data store.

number

167,558

asset_id

Asset address ID.

varchar

FMbRnnmQ4fC9oTsqMSk66n7TXqPZ6yxisVXbUrTtyvUL

name

Name of NFT.

varchar

Chapter Six

symbol

Symbol of NFT.

varchar

collection_name

Collection name of NFT.

varchar

The Realm of Stolen Rainbows

collection_symbol

Collection symbol of NFT.

varchar

currency_mint

Currency used for mint.

varchar

currency_symbol

Symbol used for mint.

varchar

raw_price

Raw, unnormalized price of the NFT mint.

varchar

0

price

Normalized price of the NFT mint.

float

0

usd_price

USD price of the NFT mint.

float

0

txn_fee

Transaction fee paid (in SOL) for the minting transaction.

float

0.000005

block_slot

Block slot at the time of the mint.

number

207,520,772

block_height

Block height at the time of the mint.

number

190,017,686

block_timestamp

Block timestamp at the mint.

timestamp_ntz

2023-07-26 00:02:52

block_hash

Block hash at the time of the mint,

varchar

HpBQhC7xBwLGdQAwLHmfQPQskBJk7Ys11UYybhu4yTYD

txn_id

Transaction id of the minting transaction.

varchar

4eA69iJf3aeuCL2CTi68Xcg3WZvx9myrASwd51N5uZM4h5U4FwEX4x79ok4jDepmsNgfcsN2Vrf2JQiqii1Ms4SV

txn_index

Transaction index number.

number

553

instruction_index

Instruction index of the transaction.

number

0

unique_id

Unique ID assigned for the minting transaction.

varchar

block_timestamp-2023-07-26 00:02:52.000_merkle_tree-CqiBPkJvygpGYrkExokZq7ALk4fMQteTxENmoPFAnYBn_leaf_index-167558

Last updated

Was this helpful?