drone-mostafaUntitled Query
Updated 2022-06-16
9
1
2
3
4
5
›
⌄
SELECT date_trunc('day', block_timestamp)as date,
sum(amount) as amount_stake
FROM ethereum.udm_events WHERE contract_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84'
AND amount_usd > 0 and DATE > '2022-03-15' and date < '2022-06-15'
and from_address = '0x0000000000000000000000000000000000000000' GROUP by date
Run a query to Download Data