flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
2023-11-09 09:47 PM
rezarwz
2023-11-09 09:47 PM
Updated 2023-11-17
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
event_name
,
count
(
tx_hash
)
from
ethereum
.
core
.
ez_decoded_event_logs
where
contract_address
in
(
'0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2'
,
'0x49ad262c49c7aa708cc2df262ed53b64a17dd5ee'
)
GROUP
by
1
Results
Run a query to Download Data