| BLOCKCHAIN | TEXT | Blockchain, Network, or Platform the token price is recorded on. |
| BLOCK_DATE | DATE | The date of the daily supply snapshot. This corresponds with the MAX block_number from the previous day. Example: ‘2025-06-10’ |
| CONTRACT_ADDRESS | TEXT | The smart contract address of the stablecoin token. Example: ‘0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48’ |
| SYMBOL | TEXT | The symbol identifier for the stablecoin token. Example: ‘USDC’ |
| NAME | TEXT | The full name of the stablecoin token. Example: ‘USD Coin’ |
| LABEL | TEXT | A combined display label containing both symbol and name, as a stablecoin unique identifier. Example: ‘USDC: USD Coin’ |
| DECIMALS | NUMBER | The number of decimal places used by the token contract. Example: 6 |
| TOTAL_SUPPLY | FLOAT | The total supply of the stablecoin on this blockchain as of the block_date, directly derived from totalSupply contract function calls. Example: 1500000000 |
| TOTAL_HOLDERS | NUMBER | The total number of unique addresses holding the stablecoin on this blockchain as of the block_date. Example: 750000 |
| AMOUNT_MINTED | FLOAT | The amount of tokens minted daily. Example: 2000000000 |
| AMOUNT_BURNED | FLOAT | The amount of tokens burned daily. Example: 500000000 |
| AMOUNT_TRANSFERRED | FLOAT | The amount of tokens transferred daily. Example: 10000000000 |
| AMOUNT_BLACKLISTED | FLOAT | The total amount of tokens held in blacklisted addresses. Example: 1000000 |
| AMOUNT_IN_CEX | FLOAT | The amount of tokens held in centralized exchange addresses. Example: 300000000 |
| AMOUNT_IN_BRIDGES | FLOAT | The amount of tokens held in bridge vaults and contracts. Example: 50000000 |
| AMOUNT_IN_DEX_LIQUIDITY_POOLS | FLOAT | The amount of tokens deposited in decentralized exchange liquidity pools. Example: 200000000 |
| AMOUNT_IN_LENDING_POOLS | FLOAT | The amount of tokens deposited in lending protocol pools. Example: 150000000 |
| AMOUNT_IN_CONTRACTS | FLOAT | The amount of tokens held in all contracts (including other categorized contracts). Example: 100000000 |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |
| EZ_STABLECOINS_SUPPLY_ID | TEXT | The unique identifier for each row in the table. |