Table Details
| Property | Value |
|---|---|
| Table Name | bitcoin.assets.rune_etchings |
| Table Status | Production-Ready |
| Unique Key | block_timestamp::date, block_number, transaction_hash, rune_id |
| Clustering Key(s) | block_timestamp::date |
| Search Optimization | block_number, transaction_hash, rune_id |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| rune_id | VARCHAR(134217728) | Canonical identifier for a Rune, formatted as : (e.g. 840000:3). |
| divisibility | NUMBER(38,0) | Number of decimal places for this Rune token (0–38). Determines the smallest transferable unit. |
| premine | NUMBER(38,0) | Number of Rune tokens minted to the etcher’s address at launch before open minting begins. |
| spaced_rune | VARCHAR(134217728) | Human-readable Rune name with spacers inserted at configured positions (e.g. UNCOMMON•GOODS). |
| symbol | VARCHAR(134217728) | Ticker symbol of this token or asset. Short alias for token_symbol used in tables that preserve the original blockchain field naming convention. |
| mint_terms | VARIANT | JSON object describing the open-mint terms for this Rune: cap (max mints), amount per mint, start/end heights. |
| rune_number | NUMBER(38,0) | Sequential integer assigned to this Rune in the order it was etched, starting from 0. |
| num_burned | NUMBER(38,0) | Total number of Rune tokens that have been provably burned (sent to an unspendable output). |
| num_mints | NUMBER(38,0) | Total number of open-mint claims that have been exercised for this Rune. |
| etching | VARCHAR(134217728) | Transaction ID of the etching transaction that created this Rune. |
| transaction_hash | VARCHAR(134217728) | Hash of the transaction that produced this record. Uniquely identifies a transaction within the blockchain. |
| transaction_index | NUMBER(38,0) | Zero-based position of the transaction within its block. The first transaction in a block has index 0. |
| block_number | NUMBER(38,0) | Sequential number of the block that contains this record. Starts at 0 (genesis block) and increments by 1 for each new block. |
| block_hash | VARCHAR(66) | Cryptographic hash of the block header that contains this record. Uniquely identifies a block. |
| block_timestamp | TIMESTAMP_NTZ(9) | Timestamp (UTC) of the block that contains this record. |
| _stg_rune_etched_updated_at | TIMESTAMP_NTZ(6) | Internal staging timestamp recording when the rune etching record was last updated in the staging layer. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |