TOTAL_ASSET_BURNT | |
---|---|
1 | 37439270.63394 |
HitmonleeCryptoAny Asset Burnt Supply
Updated 2025-02-12
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
SUM(burn_amount / POWER(10, decimal)) AS total_asset_burnt
-- decimal
-- SUM(burn_amount / 1000000) + '{{Circulating_Supply}}' as Total_Supply,
-- SUM(burn_amount / 1000000) / (SUM(burn_amount / 1000000) + '{{Circulating_Supply}}') as percent_of_supply_burnt,
-- '{{Circulating_Supply}}' as Circ_Supply
FROM solana.defi.fact_token_burn_actions
WHERE mint = '{{Token_Address}}'
Last run: 2 months ago
1
18B
25s