fantastaked unique Aurorians
Updated 2022-05-10
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
select count(distinct mint) from (select inner_instruction:instructions[1]:parsed:info:account as mint
from solana.fact_events
where inner_instruction:instructions[0]:parsed:type='createAccount' and inner_instruction:instructions[1]:parsed:type='initializeAccount'
and inner_instruction:instructions[2]:parsed:type='transfer' and program_id='EXpwP3pqPzA4arF8i89w7smtvxHzyYETmCpPspLPrR7J'
and block_timestamp::date >= '2022-04-16'
UNION
select inner_instruction:instructions[1]:parsed:info:account as mint
from solana.fact_events where inner_instruction:instructions[0]:parsed:type='createAccount'
and inner_instruction:instructions[1]:parsed:type='createAccount'and inner_instruction:instructions[2]:parsed:type='initializeAccount'
and inner_instruction:instructions[3]:parsed:type='transfer'and program_id='EXpwP3pqPzA4arF8i89w7smtvxHzyYETmCpPspLPrR7J'
and block_timestamp::date >= '2022-04-16'
UNION
select inner_instruction:instructions[2]:parsed:info:account as mint
from solana.fact_events where inner_instruction:instructions[0]:parsed:type='createAccount'
and inner_instruction:instructions[1]:parsed:type='createAccount'and inner_instruction:instructions[2]:parsed:type='initializeAccount'
and inner_instruction:instructions[3]:parsed:type='transfer'and program_id='EXpwP3pqPzA4arF8i89w7smtvxHzyYETmCpPspLPrR7J'
and block_timestamp::date >= '2022-04-16'
UNION
select inner_instruction:instructions[5]:parsed:info:account as mint
from solana.fact_events where inner_instruction:instructions[0]:parsed:type='createAccount'
and inner_instruction:instructions[1]:parsed:type='createAccount'and inner_instruction:instructions[2]:parsed:type='initializeAccount'
and inner_instruction:instructions[3]:parsed:type='transfer'and program_id='EXpwP3pqPzA4arF8i89w7smtvxHzyYETmCpPspLPrR7J'
and block_timestamp::date >= '2022-04-16'
UNION
select inner_instruction:instructions[8]:parsed:info:account as mint
from solana.fact_events where inner_instruction:instructions[0]:parsed:type='createAccount'
and inner_instruction:instructions[1]:parsed:type='createAccount'and inner_instruction:instructions[2]:parsed:type='initializeAccount'
and inner_instruction:instructions[3]:parsed:type='transfer'and program_id='EXpwP3pqPzA4arF8i89w7smtvxHzyYETmCpPspLPrR7J'
and block_timestamp::date >= '2022-04-16'
Run a query to Download Data