Skip to main content

Table Description

Tracks native asset minting and burning events on the Cardano blockchain. Each row represents a mint or burn operation for a specific native asset within a transaction. Positive quantities indicate minting; negative quantities indicate burning.

Column Descriptions

ColumnDescriptionType
slotThe absolute slot number when the mint/burn occurred.bigint
tx_hashThe hash of the transaction containing the mint/burn.varchar
policy_idThe hash of the minting policy script governing this asset.varchar
asset_nameThe name of the asset (hex-encoded).varchar
asset_unitThe concatenation of policy ID and asset name, uniquely identifying the asset.varchar
fingerprintThe CIP-14 asset fingerprint (human-readable asset identifier).varchar
quantityThe quantity minted (positive) or burned (negative).bigint
mint_typeThe type of mint operation (e.g., mint or burn).varchar
block_numberThe sequential number of the block containing this event.bigint
block_timeThe timestamp of the block containing this event.timestamp
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample