flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
2022 Retrospective 2
jackguy
2022 Retrospective 2
Updated 2022-12-21
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
-- date_trunc('week', block_timestamp) as day,
-- platform,
max
(
AMOUNT_IN_USD
)
,
sum
(
AMOUNT_IN_USD
)
,
count
(
DISTINCT
ORIGIN_FROM_ADDRESS
)
FROM
ethereum
.
core
.
ez_dex_swaps
WHERE
block_timestamp
>
'2022-01-01'
--GROUP BY 1
Results
Run a query to Download Data