primo_dataSLERF Total Donations (SOL)
    Updated 2024-11-22
    -- forked from SLERF Total Presale (SOL) @ https://flipsidecrypto.xyz/edit/queries/cfa1aade-559f-4c60-9036-f3c57a8fd616

    select
    count(distinct tx_from) donors_ct
    , sum(amount) donated_sol_ct
    , count(distinct tx_id) donations_ct
    from solana.core.fact_transfers
    where 1=1
    and date(block_timestamp) >= date('2024-03-18')
    and tx_to = 'fCuw5ppJ9aZYzjm8EsT2fHwxV1h5JwUfqXM44iX3Pzb'
    and mint = 'So11111111111111111111111111111111111111112'


    QueryRunArchived: QueryRun has been archived