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.

The Stablecoins Supply Change table records every event that increases (mint) or decreases (burn) the on-chain total supply of a tracked stablecoin. Use it to track issuance and redemption flows, measure net supply expansion or contraction, and observe issuer behavior at the event level.

Table Columns

Unique Key: block_timestamp, unique_id
Column NameData TypeDescription
event_nameVARCHARName of the underlying event (e.g. Mint, Burn, Transfer)
token_addressVARCHARContract address of the stablecoin token
token_nameVARCHARName of the stablecoin
token_symbolVARCHARSymbol of the stablecoin
raw_amountFLOATMint/burn amount, unnormalized
raw_amount_strVARCHARMint/burn amount, unnormalized, as string for precision
amountFLOATMint/burn amount, normalized by token decimals
amount_strVARCHARMint/burn amount, normalized, as string for precision
usd_amountFLOATMint/burn amount valued in USD at the time of the event
from_addressVARCHARfrom address of the event (zero address for mints)
to_addressVARCHARto address of the event (zero address for burns)
transaction_from_addressVARCHARThe address that initiated the transaction
transaction_to_addressVARCHARThe transaction’s to address
transaction_hashVARCHARHash of the transaction containing the supply change
transaction_indexINTEGERIndex of the transaction within the block
log_indexINTEGERLog index of the event within the transaction
block_timestampTIMESTAMP_NTZ(9)Block timestamp of the supply change
block_numberINTEGERBlock number of the supply change
block_hashVARCHARBlock hash containing the supply change
is_mintBOOLEANTrue if the event increased total supply
is_burnBOOLEANTrue if the event decreased total supply
unique_idVARCHARUnique identifier for the supply change event