flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2023-04-08 06:06 PM
Afonso_Diaz
2023-04-08 06:06 PM
Updated 2023-04-08
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
sender
as
user
,
count
(
distinct
tx_id
)
as
transfers
from
flow
.
core
.
ez_token_transfers
a
where
block_timestamp
>
current_date
-
30
group
by
1
order
by
2
desc
limit
10
Results
Run a query to Download Data