peteerSOL
    Updated 2022-05-09
    select sum(fee/1e6) from solana.fact_transactions
    where
    block_timestamp::date >= '2022-04-29'
    and
    CAST(log_messages as string) ILIKE '%Candy Machine Botting is taxed at%'
    Run a query to Download Data