HadisehUSDC Declining on Solana?5
    Updated 2022-10-07
    select
    distinct tx_to as address ,
    sum(amount) as total_USDC_inflow
    from solana.core.fact_transfers
    where mint='EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v'
    group by address
    order by total_USDC_inflow desc
    limit 5
    Run a query to Download Data