In progress. This table is not served yet. The page documents it as it lands.
mints_native and redemptions_native on the daily stablecoin tables. Until the fact table serves, the transfer table carries the events: creating a token is a transfer out of the zero address, and destroying one is a transfer into it.
Sample queries
- Mints from transfers
Read one stablecoinβs mints on a single day. A transfer from the zero address is a mint; swap the filter to
to_address for burns.