RamaharTop Providers [WETH-USDT SLP token]
Updated 2022-01-23Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
select
symbol,
sum(AMOUNT_USD) as liquidity_added_in_usd,
liquidity_added_in_usd / 676135674.475904 as pool_share_percentage
from ethereum.udm_events
where ORIGIN_FUNCTION_NAME = 'addLiquidity'
and to_label = 'sushiswap' AND AMOUNT_USD is not null and to_address_name = 'WETH-USDT SLP'
and from_address IN ('0x84d34f4f83a87596cd3fb6887cff8f17bf5a7b83', '0x5cfd0cddf989959a6a6c3ad985ce324460d46dfd',
'0x6af235d2bbe050e6291615b71ca5829658810142', '0x6aeda057364cc4aad943cac04a1c149d90e10a3b', '0x61097c84bc54aed8f07cf3e903faf8a7c64c9859',
'0x2bf792ffe8803585f74e06907900c2dc2c29adcb', '0x024bcbcaad82e67f721799e259ca60bc7d363419', '0xac6559df1f410feba9a6cbf395272189461d8463',
'0x3be0d7d9365f085bb08c395d022c5834aae69a3a', '0x609ff55ed079eecca4dafc7b8dcd0c28f970f215')
group by 1
order by 2 DESC
limit 10
Run a query to Download Data