Updated 2023-06-15
    select
    sum(amount) as ETH_Raised,
    sum(amount_usd) as USD_Raised,
    count(distinct ETH_FROM_ADDRESS) as Contributers_Count
    FROM optimism.core.ez_eth_transfers
    where ETH_TO_ADDRESS in('0xc67ce28d0343e5972f3b1711c32e206ab5a238d6', '0x824026ca57bca5c7c0b98f62e5d0173cd1630dad')
    and ORIGIN_FUNCTION_SIGNATURE in ('0xa2e4f607', '0x2b2d4b68')
    Run a query to Download Data