flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Metaplex Foundation Date of Last Proposal
Soheil_MK
Metaplex Foundation Date of Last Proposal
Updated 2022-08-14
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
With
T1
as
(
SELECT
distinct
PROPOSAL
,
min
(
BLOCK_TIMESTAMP
)
as
mindate
from
solana
.
core
.
fact_proposal_votes
where
PROGRAM_NAME
=
'GmtpXy362L8cZfkRmTZMYunWVe8TyRjX5B7sodPZ63LJ'
group
by
1
order
by
2
desc
)
SELECT
max
(
mindate
)
::
date
as
date
from
T1
Results
Run a query to Download Data