flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
number of cow swap transaction
esi69
number of cow swap transaction
Updated 2022-04-21
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
DATE_TRUNC
(
'day'
,
block_timestamp
)
AS
date
,
count
(
distinct
tx_hash
)
FROM
ethereum_core
.
fact_event_logs
WHERE
CONTRACT_ADDRESS
=
'0x9008d19f58aabd9ed0d60971565aa8510560ab41'
and
date
>=
'2022-01-01'
group
by
date
order
by
date
Results
Run a query to Download Data