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
Name | DataType | Description |
---|---|---|
blockId | number | Numeric identifier of a block describing the slot that the block was produced in. |
blockTime | number | Unix epoch time (in seconds) of a block as calculated from validator votes. |
transactionId | string | First signature in a transaction, which can be used to uniquely identify the transaction across the whole ledger. |
transactionPosition | number | Zero-indexed position of the transaction within the block. |
instructionOrdinal | number | The 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. |
programId | string | The account containing the program that performed the primary sale. |
instructionName | string | The name of the program instruction that was invoked. Learn more about the instructionName here |
mint | string | Mint address per the SPL token program. |
payerAccount | string | Public key of the account paying for the NFT. |
sellerAccount | string | Public key of the account receiving the payment for the NFT. |
price | number | The price for the NFT in Lamports. You can convert to Solana if needed. |
isSmartMinter | boolean | Hello 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. |
Updated almost 2 years ago