andurilHelium Totals
Updated 2025-03-09
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
›
⌄
select
count(distinct tx_id) as total_txs,
count(distinct signers[0]) as total_signers, --fee payers
count(distinct program_id) as unique_programs
FROM
solana.core.fact_events
where
date(block_timestamp) >= '2023-04-18'
and program_id IN (
'circAbx64bbsscPbQzZAUvuXpHqrCe6fLMzc2uKXz9g',
'credMBJhYFzfn7NxBMdU4aUqFggAjgztaCcv2Fo6fPT',
'hemjuPXBpNvggtaUnN1MwT3wrdhttKEfosTcc2P9Pg8',
'hdaoVTCqhfHHo75XdAMxBKdUqvq1i5bF23sisBqVgGR',
'1azyuavdMyvsivtNxPoz6SucD18eDHeXzFCUPq5XU7w',
'1atrmQs3eq1N2FEYWu6tyTXbCjP4uQwExpjtnhXtS8h',
'treaf4wWBBty3fHdyBpo35Mz84M8k3heKXmjmi9vFt5',
'hvsrNC3NKbcryqDs2DocYHZ9yPKEVzdSjQG6RVtK1s8',
'rorcfdX4h9m9swCKgcypaHJ8NGYVANBpmV9EHn3cYrF'
)
and succeeded
Auto-refreshes every 3 hours
QueryRunArchived: QueryRun has been archived