flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
Popular action By Number of transactions on optimism
lagandispenser
Popular action By Number of transactions on optimism
Updated 2022-08-07
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
label_type
,
count
(
DISTINCT
tx_hash
)
as
total_transaction
from
optimism
.
core
.
fact_event_logs
inner
join
optimism
.
core
.
dim_labels
on
contract_address
=
address
where
date
(
block_timestamp
)
>=
'2022-07-01'
GROUP
by
1
Results
Run a query to Download Data