flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Evaluate Flow_Events Event Examples
Diamond
Evaluate Flow_Events Event Examples
Updated 2024-08-13
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
SELECT
event_contract
,
event_type
,
count
(
distinct
tx_id
)
as
event_ct
,
any_value
(
event_data
)
as
event_data
FROM
flow
.
core
.
fact_events
WHERE
EVENT_CONTRACT
=
'A.15f55a75d7843780.Swap'
-- and event_contract ilike '%edf9df96c92f4595%'
group
by
1
,
2
Results
QueryRunArchived: QueryRun has been archived