flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
All transactions used another DEX as part of the execution
SocioCrypto
All transactions used another DEX as part of the execution
Updated 2022-04-18
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
date
,
count
(
tx_hash
)
FROM
ethereum_core
.
ez_dex_swaps
WHERE
lower
(
tx_to
)
=
lower
(
'0x9008d19f58aabd9ed0d60971565aa8510560ab41'
)
GROUP
by
date
Results
Run a query to Download Data