mattkstewDUST is in the Air 3
    Updated 2022-09-04
    select
    tx_from,
    sum(amount)



    from solana.core.fact_transfers
    where mint like 'DUSTawucrTsGU8hcqRdHDCbuYhCPADMLM2VcCb8VnFnQ'
    group by 1
    order by 2 DESC
    limit 25
    Run a query to Download Data