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
| Column | Description | Type |
|---|---|---|
| slot | The absolute slot number when the mint/burn occurred. | bigint |
| tx_hash | The hash of the transaction containing the mint/burn. | varchar |
| policy_id | The hash of the minting policy script governing this asset. | varchar |
| asset_name | The name of the asset (hex-encoded). | varchar |
| asset_unit | The concatenation of policy ID and asset name, uniquely identifying the asset. | varchar |
| fingerprint | The CIP-14 asset fingerprint (human-readable asset identifier). | varchar |
| quantity | The quantity minted (positive) or burned (negative). | bigint |
| mint_type | The type of mint operation (e.g., mint or burn). | varchar |
| block_number | The sequential number of the block containing this event. | bigint |
| block_time | The timestamp of the block containing this event. | timestamp |
| _updated_at | The time when this record was last updated. | timestamp |
| _ingested_at | The time when this record was ingested into Dune. | timestamp |