flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
JimMyersTech
Untitled Query
Updated 2022-05-20
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
contract_name
,
count
(
1
)
as
event_count
FROM
flipside_prod_db
.
ethereum_core
.
fact_event_logs
WHERE
ORIGIN_FROM_ADDRESS
=
LOWER
(
'0x4a9318F375937B56045E5a548e7E66AEA61Dd610'
)
GROUP
BY
1
ORDER
BY
2
desc
Results
Run a query to Download Data