flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
count of transactions for each contract
mlh
count of transactions for each contract
Updated 2022-07-06
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
count
(
distinct
tx_hash
)
,
CONTRACT_ADDRESS
from
arbitrum
.
core
.
fact_event_logs
group
by
2
order
by
1
DESC
limit
20
Results
Run a query to Download Data