Skip to main content
Schema: monad.defi Table: ez_stablecoins_supply Type: View

What

This table provides daily supply metrics for verified stablecoins across EVM-compatible blockchains. It tracks total supply, mint/burn activity, and distribution across various DeFi protocols and platforms. Historical data available, starting from 2025-06-10.

Key Use Cases

  • Tracking

Columns

Column NameData TypeDescription
AMOUNT_BLACKLISTEDFLOATThe total amount of tokens held in blacklisted addresses…
AMOUNT_BURNEDFLOATThe amount of tokens burned daily.
Example: 500000000 | | AMOUNT_IN_BRIDGES | FLOAT | The amount of tokens held in bridge vaults and contracts… | | AMOUNT_IN_CEX | FLOAT | The amount of tokens held in centralized exchange address… | | AMOUNT_IN_CONTRACTS | FLOAT | The amount of tokens held in all contracts (including oth… | | AMOUNT_IN_DEX_LIQUIDITY_POOLS | FLOAT | The amount of tokens deposited in decentralized exchange … | | AMOUNT_IN_LENDING_POOLS | FLOAT | The amount of tokens deposited in lending protocol pools… | | AMOUNT_MINTED | FLOAT | The amount of tokens minted daily. Example: 2000000000 | | AMOUNT_TRANSFERRED | FLOAT | The amount of tokens transferred daily. Example: 1000000… | | BLOCK_DATE | DATE | The date of the daily supply snapshot. This corresponds w… | | CONTRACT_ADDRESS | TEXT | The smart contract address of the stablecoin token. Exam… | | DECIMALS | TEXT | The number of decimal places used by the token contract. … | | EZ_STABLECOINS_SUPPLY_ID | TEXT | Primary key - unique identifier for each row ensuring dat… | | INSERTED_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp when the record was first added to the Flip… | | LABEL | TEXT | A combined display label containing both symbol and name,… | | MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp of the most recent update to this record. … | | NAME | TEXT | The full name of the stablecoin token. Example: ‘USD Coin’ | | SYMBOL | TEXT | The symbol identifier for the stablecoin token. Example:… | | TOTAL_HOLDERS | TEXT | The total number of unique addresses holding the stableco… | | TOTAL_SUPPLY | TEXT | The total supply of the stablecoin on this blockchain as … |