flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
Ethereum traces agg
srini
Ethereum traces agg
Updated 2022-10-17
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
date_
,
to_address
,
count
(
*
)
as
calls_
from
ethereum
.
core
.
fact_traces
where
block_timestamp
>=
'2022-10-01'
and
block_timestamp
<
'2022-10-11'
and
type
=
'CALL'
group
by
1
,
2
order
by
calls_
desc
Results
Run a query to Download Data