kiacryptoTop 10 wallets received most $DUST based on volume
    Updated 2022-12-15
    select tx_to as address, sum(amount) as volume
    from solana.core.fact_transfers
    where mint = 'DUSTawucrTsGU8hcqRdHDCbuYhCPADMLM2VcCb8VnFnQ'
    group by 1
    order by 2 desc
    limit 10
    Run a query to Download Data