flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
swaps
Masi
swaps
Updated 2022-06-22
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
date
(
block_timestamp
)
as
date
,
POOL_NAME
,
count
(
DISTINCT
(
tx_hash
)
)
as
total_swap
from
ethereum
.
core
.
ez_dex_swaps
where
token_in
=
lower
(
'0x2e9d63788249371f1DFC918a52f8d799F4a38C94'
)
group
by
1
,
2
Results
Run a query to Download Data