TOTAL_MSOL_MINTED | TOTAL_MINT_EVENTS | TOTAL_SOL_DEPOSITED | TOTAL_USD_VALUE | AVG_SOL_PRICE | |
---|---|---|---|---|---|
1 | 7995061.15828714 | 46026 | 4331907.59211641 | 644557255.84 | 148.792937553 |
gigiokobaspatial-tan
Updated 2025-02-14
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
SUM(msol_minted) as total_msol_minted,
COUNT(*) as total_mint_events,
SUM(deposit_amount) as total_sol_deposited,
SUM(deposit_amount_usd) as total_usd_value,
SUM(deposit_amount_usd)/SUM(deposit_amount) as avg_sol_price
FROM solana.marinade.ez_liquid_staking_actions
WHERE
action_type IN ('depositStakeAccount')
Last run: 29 days ago
1
70B
2s