NFT Primary Sales without Collection

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

Data source: NftPrimarySaleWithoutCollection

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.
Learn more about the instructionName here
mintstringMint address per the SPL token program.
payerAccountstringPublic key of the account paying for the NFT.
sellerAccountstringPublic key of the account receiving the payment for the NFT.
pricenumberThe price for the NFT in Lamports. You can convert to Solana if needed.
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.