bachiUntitled Query
Updated 2021-09-28
9
1
2
3
4
5
6
›
⌄
/*select block_timestamp,sum(amount) as crv_claim, sum(amount_usd) as crv_usd_claim, symbol
from ethereum.udm_events where contract_address = lower('0xD533a949740bb3306d119CC777fa900bA034cd52') --limit 10000
group by symbol,block_timestamp limit 10000*/
select * from ethereum.udm_events where symbol = 'CRV Token curve token' order by block_timestamp desc limit 10000;
Run a query to Download Data