fantasold after their return
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
›
⌄
select count(distinct unstake) from (select inner_instruction:instructions[1]:parsed:info:destination as unstake
from solana.fact_events where inner_instruction:instructions[0]:parsed:type='transfer'
and inner_instruction:instructions[1]:parsed:type='closeAccount' and program_id='EXpwP3pqPzA4arF8i89w7smtvxHzyYETmCpPspLPrR7J'
and block_timestamp::date >= '2022-04-16'
UNION
select inner_instruction:instructions[3]:parsed:info:destination as unstake
from solana.fact_events where inner_instruction:instructions[0]:parsed:type='transfer'
and inner_instruction:instructions[1]:parsed:type='closeAccount' and program_id='EXpwP3pqPzA4arF8i89w7smtvxHzyYETmCpPspLPrR7J'
and block_timestamp::date >= '2022-04-16'
UNION
select inner_instruction:instructions[5]:parsed:info:destination as unstake
from solana.fact_events where inner_instruction:instructions[0]:parsed:type='transfer'
and inner_instruction:instructions[1]:parsed:type='closeAccount' and program_id='EXpwP3pqPzA4arF8i89w7smtvxHzyYETmCpPspLPrR7J'
and block_timestamp::date >= '2022-04-16'
UNION
select inner_instruction:instructions[7]:parsed:info:destination as unstake
from solana.fact_events where inner_instruction:instructions[0]:parsed:type='transfer'
and inner_instruction:instructions[1]:parsed:type='closeAccount' and program_id='EXpwP3pqPzA4arF8i89w7smtvxHzyYETmCpPspLPrR7J'
and block_timestamp::date >= '2022-04-16'
UNION
select inner_instruction:instructions[9]:parsed:info:destination as unstake
from solana.fact_events where inner_instruction:instructions[0]:parsed:type='transfer'
and inner_instruction:instructions[1]:parsed:type='closeAccount' and program_id='EXpwP3pqPzA4arF8i89w7smtvxHzyYETmCpPspLPrR7J'
and block_timestamp::date >= '2022-04-16'
)
Run a query to Download Data