flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
TVL of Sushi on Polygon
amirkhannorii
TVL of Sushi on Polygon
Updated 2023-03-27
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
top
10
TO_ADDRESS_NAME
as
pool_name
,
sum
(
AMOUNT_USD
)
as
"Total value locked"
from
polygon
.
udm_events
where
TO_LABEL_SUBTYPE
=
'pool'
and
AMOUNT_USD
>
0
and
ORIGIN_FUNCTION_NAME
=
'addLiquidity'
and
TO_LABEL
=
'sushiswap'
group
by
1
order
by
2
DESC
;
Results
Run a query to Download Data