flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Copy of Untitled Query
2844
Copy of Untitled Query
Updated 2022-03-28
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
with
tinyman
as
(
select
(
distinct
swapper
)
as
T_users
,
block_id
from
algorand
.
swaps
where
swap_program
like
'%tinyman%'
and
SWAP_FROM_AMOUNT
>
'0'
)
SELECT
T_users
,
block_id
from
tinyman
ORDER
by
block_id
desc
limit
10
Results
Run a query to Download Data