peteer20 light
    Updated 2023-01-21
    select sum(AMOUNT/1e6) , RECEIVER from terra.core.ez_transfers
    where CURRENCY='uluna' and year(block_timestamp)=2023 and block_timestamp::date >='2023-01-15' and block_timestamp::date <='2023-01-21'
    group by 2
    order by 1 DESC
    limit 10
    Run a query to Download Data