Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
Table Details
| Property | Value |
|---|---|
| Table Name | vana.stablecoins.supply_change |
| Table Status | Production-Ready |
| Unique Key | block_timestamp, unique_id |
| Clustering Key(s) | block_timestamp::date, token_address |
| Search Optimization | from_address, to_address, transaction_hash, token_address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| event_name | VARCHAR(16777216) | Name of the underlying event (e.g. Mint, Burn, Transfer) |
| token_address | VARCHAR(16777216) | Contract address of the stablecoin token |
| token_name | VARCHAR(16777216) | Name of the stablecoin |
| token_symbol | VARCHAR(16777216) | Symbol of the stablecoin |
| raw_amount | FLOAT | Mint/burn amount, unnormalized |
| raw_amount_str | VARCHAR(16777216) | Mint/burn amount, unnormalized, as string for precision |
| amount | FLOAT | Mint/burn amount, normalized by token decimals |
| amount_str | VARCHAR(16777216) | Mint/burn amount, normalized, as string for precision |
| usd_amount | FLOAT | Mint/burn amount valued in USD at the time of the event |
| from_address | VARCHAR(16777216) | from address of the event (zero address for mints) |
| to_address | VARCHAR(16777216) | to address of the event (zero address for burns) |
| transaction_from_address | VARCHAR(16777216) | The address that initiated the transaction |
| transaction_to_address | VARCHAR(16777216) | The transaction’s to address |
| transaction_hash | VARCHAR(16777216) | Hash of the transaction containing the supply change |
| transaction_index | NUMBER(38,0) | Index of the transaction within the block |
| log_index | NUMBER(38,0) | Log index of the event within the transaction |
| block_timestamp | TIMESTAMP_NTZ(9) | Block timestamp of the supply change |
| block_number | NUMBER(38,0) | Block number of the supply change |
| block_hash | VARCHAR(16777216) | Block hash containing the supply change |
| is_mint | BOOLEAN | True if the event increased total supply |
| is_burn | BOOLEAN | True if the event decreased total supply |
| unique_id | VARCHAR(16777216) | Unique identifier for the supply change event |
| _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. |