fantaRocketPool users
    Updated 2022-04-25
    select count(distinct EVENT_INPUTS:to) from ethereum_core.fact_event_logs
    where contract_address='0xae78736cd615f374d3085123a210448e74fc6393'
    and EVENT_INPUTS:from='0x0000000000000000000000000000000000000000'
    and date(block_timestamp) > DATEADD(month, -3, CURRENT_DATE)
    Run a query to Download Data