Eman-RazTop 20 LUNA Receivers by Receipt Count
    Updated 2023-03-15
    select receiver, count(distinct tx_id) as "Receipt Count", sum(amount)/pow(10,6) as "Receipt Volume"
    from terra.core.ez_transfers
    where currency='uluna'
    group by 1
    order by 2 desc
    limit 20
    Run a query to Download Data