| currency | VARCHAR(16777216) | Stablecoin currency code the asset represents (e.g. USDC). |
| event_type | VARCHAR(16777216) | Type or category of the onchain event that produced this record. |
| event_stage | VARCHAR(16777216) | Stage of the transaction at which the event fired (e.g. during_tx, after_tx). |
| event_index | NUMBER(38,0) | Zero-based index of this event within its transaction. |
| from_address | VARCHAR(16777216) | Address the supply change moved from; a G… or C… address. |
| from_muxed_id | VARCHAR(16777216) | 64-bit muxed sub-account id of the sender, if applicable. |
| to_address | VARCHAR(16777216) | Address the supply change moved to; a G… or C… address. |
| to_muxed_id | VARCHAR(16777216) | 64-bit muxed sub-account id of the recipient, if applicable. |
| contract_id | VARCHAR(16777216) | Soroban contract (C…) address for Soroban-token supply changes. |
| asset_id | VARCHAR(16777216) | Canonical CODE:ISSUER identifier of the classic asset. |
| asset_code | VARCHAR(16777216) | Asset code of the classic asset. |
| asset_issuer | VARCHAR(16777216) | Issuer G-address of the classic asset. |
| token_id | VARCHAR(16777216) | Soroban token id, for tokens represented as Soroban contracts. |
| raw_amount_str | VARCHAR(16777216) | Supply-change amount in the token’s smallest unit, as a string. |
| raw_amount | FLOAT | Supply-change amount in the token’s smallest unit, not decimal-adjusted. |
| usd_amount | FLOAT | USD value of the supply change at the time of the event. |
| decimals | NUMBER(38,0) | Number of decimal places for this token. |
| usd_exchange_rate | FLOAT | USD price per unit of the token used to compute usd_amount. |
| ledger_sequence | NUMBER(38,0) | Stellar ledger sequence number. |
| ledger_close_time | TIMESTAMP_NTZ(9) | Timestamp (UTC) when the Stellar ledger closed. |
| ledger_hash | VARCHAR(16777216) | Hash of the Stellar ledger containing this record. |
| transaction_hash | VARCHAR(16777216) | Hash of the transaction that produced this record. |
| transaction_index | VARCHAR(16777216) | Index of the transaction within the ledger. |
| transaction_result | VARCHAR(16777216) | Stellar transaction result code. |
| transaction_successful | VARCHAR(16777216) | Whether the transaction executed successfully. |
| operation_index | VARCHAR(16777216) | Index of the operation within the transaction. |
| unique_id | VARCHAR(16777216) | Allium’s deterministic unique identifier for this row. |
| _transfer_created_at | TIMESTAMP_NTZ(9) | Timestamp when the underlying transfer record was first ingested. |
| _transfer_updated_at | TIMESTAMP_NTZ(9) | Timestamp when the underlying transfer record was last updated. |
| _metadata_updated_at | TIMESTAMP_NTZ(9) | Timestamp when the stablecoin metadata was last updated. |
| _changed_since_full_refresh | BOOLEAN | Indicates if the record has changed since the last full data refresh. |
| amount_str | VARCHAR(16777216) | Normalized supply-change amount as a string for full precision. |
| amount | FLOAT | Supply-change amount normalized by the token’s decimal precision. |
| event_name | VARCHAR(16777216) | Name of the onchain event that triggered this record. |
| is_mint | BOOLEAN | True if this event is a mint (issuance). |
| is_burn | BOOLEAN | True if this event is a burn (redemption). |
| _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. |
| product_id | VARCHAR(16777216) | Internal Allium identifier for the stablecoin product. |
| is_native | BOOLEAN | True if the stablecoin is issued natively on Stellar, not bridged. |
| stablecoin_type | VARCHAR(16777216) | Classification of the stablecoin mechanism. |