Skip to main content

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

PropertyValue
Table Namevana.stablecoins.supply_change
Table StatusProduction-Ready
Unique Keyblock_timestamp, unique_id
Clustering Key(s)block_timestamp::date, token_address
Search Optimizationfrom_address, to_address, transaction_hash, token_address

Table Columns

Column NameData TypeDescription
event_nameVARCHAR(16777216)Name of the underlying event (e.g. Mint, Burn, Transfer)
token_addressVARCHAR(16777216)Contract address of the stablecoin token
token_nameVARCHAR(16777216)Name of the stablecoin
token_symbolVARCHAR(16777216)Symbol of the stablecoin
raw_amountFLOATMint/burn amount, unnormalized
raw_amount_strVARCHAR(16777216)Mint/burn amount, unnormalized, as string for precision
amountFLOATMint/burn amount, normalized by token decimals
amount_strVARCHAR(16777216)Mint/burn amount, normalized, as string for precision
usd_amountFLOATMint/burn amount valued in USD at the time of the event
from_addressVARCHAR(16777216)from address of the event (zero address for mints)
to_addressVARCHAR(16777216)to address of the event (zero address for burns)
transaction_from_addressVARCHAR(16777216)The address that initiated the transaction
transaction_to_addressVARCHAR(16777216)The transaction’s to address
transaction_hashVARCHAR(16777216)Hash of the transaction containing the supply change
transaction_indexNUMBER(38,0)Index of the transaction within the block
log_indexNUMBER(38,0)Log index of the event within the transaction
block_timestampTIMESTAMP_NTZ(9)Block timestamp of the supply change
block_numberNUMBER(38,0)Block number of the supply change
block_hashVARCHAR(16777216)Block hash containing the supply change
is_mintBOOLEANTrue if the event increased total supply
is_burnBOOLEANTrue if the event decreased total supply
unique_idVARCHAR(16777216)Unique identifier for the supply change event
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.