flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2023-07-09 03:31 PM
Hossein
2023-07-09 03:31 PM
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
event_name
,
count
(
distinct
tx_hash
)
as
transactions
from
avalanche
.
core
.
ez_decoded_event_logs
where
tx_status
=
'SUCCESS'
and
contract_address
=
'0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be'
group
by
1
Results
Run a query to Download Data