flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
Saleh
Untitled Query
Updated 2022-07-30
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
EVENT_NAME
,
count
(
DISTINCT
TX_HASH
)
as
tx_count
from
gnosis
.
core
.
fact_event_logs
group
by
1
order
by
tx_count
DESC
Results
Run a query to Download Data