Skip to main content
The bitcoin.nfts.mints table contains 3 type of mints.
  • standard mints - the inscription transactions, considered to be the first ‘mint’ of an ordinal. More info on an inscription.
  • trustless mints - in which a buyer sends a payment which gets split into multiple utxos which are then used in subsequent reveal transactions to receive the inscription.
    • the first transaction is not related to a reveal transaction and does not appear in this table
    • the subsequent reveal transactions will appear in this table, 1 row per inscription. Note that these inscriptions which originate from a trustless mint will be tagged trustless_mint instead of standard_mint
  • launchpad mints - in which a buyer buys from a launchpad and receives the inscription. In this scenario, the inscription may have been pre-minted before selling
    • upon pre-minting and before the sale, the inscription appears as a standard mint
    • after it is sold on the launchpad, the inscription will be considered a launchpad mint and no longer a standard mint
    • launchpad mints can be identified by a non-null platform value
These are the type of trustless mints and launchpad mints current indexed by Allium.

Table Details

Table Columns