maybeyonassol_contracts
Updated 2022-07-06
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select
-- block_timestamp,
-- tx_id,
-- instructions[0]:programId::string as program
date(block_timestamp) as date,
count(distinct instructions[0]:programId::string) as contract
from solana.core.fact_transactions --t,
-- lateral flatten(input=> t.instructions)
where year(block_timestamp) = 2022
group by 1
-- limit 100
Run a query to Download Data