superflyGeneral table
Updated 2023-07-27Copy Reference Fork
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
›
⌄
with solend as(select max(block_timestamp) as date, proposal
from solana.core.fact_proposal_votes where governance_platform = 'realms' and realms_id = '7sf3tcWm58vhtkJMwuw2P3T6UBX7UE5VKxPMnXJUZ1Hn'
group by proposal order by date desc limit 1),
psy as(select max(block_timestamp) as date, proposal
from solana.core.fact_proposal_votes
where governance_platform = 'realms' and realms_id = 'FiG6YoqWnVzUmxFNukcRVXZC51HvLr6mts8nxcm7ScR8'
group by proposal order by date desc
limit 1),
grape as(select max(block_timestamp) as date, proposal
from solana.core.fact_proposal_votes
where governance_platform = 'realms' and realms_id = 'By2sVGZXwfQq6rAiAM3rNPJ9iQfb5e2QhnF4YjJ4Bip'
group by proposal order by date desc
limit 1),
Syn as(select max(block_timestamp) as date, proposal
from solana.core.fact_proposal_votes
where governance_platform = 'realms' and realms_id = '7oB84bSuxv9AH1iRdMp5nFLwpQApv8Yo9s1gGmDkHtSP'
group by proposal order by date desc limit 1),
mango as(select max(block_timestamp) as date, proposal
from solana.core.fact_proposal_votes
where governance_platform = 'realms' and realms_id = 'DPiH3H3c7t47BMxqTxLsuPQpEC6Kne8GA9VXbxpnZxFE'
group by proposal order by date desc
limit 1),
rain as(select max(block_timestamp) as date, proposal
from solana.core.fact_proposal_votes
where governance_platform = 'realms' and realms_id = '6orGiJYGXYk9GT2NFoTv2ZMYpA6asMieAqdek4YRH2Dn'
group by proposal order by date desc
limit 1),
monk as(select max(block_timestamp) as date, proposal
from solana.core.fact_proposal_votes
where governance_platform = 'realms' and realms_id = 'B1CxhV1khhj7n5mi5hebbivesqH9mvXr5Hfh2nD2UCh6'
group by proposal order by date desc
limit 1),
metagen as(select max(block_timestamp) as date, proposal
from solana.core.fact_proposal_votes
where governance_platform = 'realms' and realms_id = 'Cdui9Va8XnKVng3VGZXcfBFF6XSxbqSi2XruMc7iu817'
group by proposal order by date desc
Run a query to Download Data