flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Top 100 users
Afonso_Diaz
Top 100 users
Updated 2025-01-19
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
›
⌄
with
main
as
(
select
tx_id
,
block_timestamp
,
signers
[
0
]
as
user
,
from
eclipse
.
core
.
fact_transactions
where
succeeded
)
select
user
,
count
(
distinct
tx_id
)
as
transactions
,
from
main
group
by
1
order
by
2
desc
limit
100
Results
QueryRunArchived: QueryRun has been archived