NFT Primary Sales with Collection

NFT tokens that are minted or sold from the collection to the first owner during the mint phase. These are not emitted in the order as they happen on-chain. To receive the events as they happen on-chain, use NftPrimarySaleWithoutCollection.

Data source: NftPrimarySaleWithCollection

NameDataTypeDescription
blockIdnumberNumeric identifier of a block describing the slot that the block was produced in.
blockTimenumberUnix epoch time (in seconds) of a block as calculated from validator votes.
transactionIdstringFirst signature in a transaction, which can be used to uniquely identify the transaction across the whole ledger.
transactionPositionnumberZero-indexed position of the transaction within the block.
instructionOrdinalnumberThe zero-indexed position of an instruction - subinstruction combination in the context of the transaction. This is generated by flattening all instruction/subinstruction/sub-subinstruction/... and numbering them from 0.
programIdstringThe account containing the program that performed the primary sale.
instructionNamestringThe name of the program instruction that was invoked.
mintstringMint address per the SPL token program.
helloMoonCollectionIdstringThe Hello Moon specific collection id. Use https://www.hellomoon.io/collectionid to find the helloMoonCollectionId.
collectionNamestringThe name of the collection. You must enter the exact collectionName or helloMoonCollectionId. Visit https://www.hellomoon.io/id?search=collection to find the correct name or id.
payerAccountstringThe account that paid for the NFT.
sellerAccountstringThe account that received the payment.
pricenumberThe price for the NFT in lamports.
isSmartMinterbooleanHello Moon's proprietary labeling of NFT investors.
isSmartMinter references either
payerAccount
sellerAccount
if isSmartMinter is true, it means the account has a track record for making successful investments.

check out
https://docs.hellomoon.io/docs/smart-minterhttps://www.hellomoon.io/nfts/smart-minting to learn more about Smart Minting.