solana.raw.spl_token_total_supply table contains snapshots of SPL token total supply as returned from the Solana RPC. These snapshots are triggered approximately when a mint or burn event is detected on the blockchain.
Since the RPC does not allow specifying a slot number when querying token supply, the snapshot block will occur after but close to the actual mint/burn event that triggered the snapshot.
Snapshot Triggers
Snapshots are created when:- Mint Events: New tokens are minted to increase the total supply
- Burn Events: Existing tokens are burned to decrease the total supply