scottincryptoUntitled Query
    Updated 2022-06-28
    select
    *
    from ethereum.core.fact_event_logs
    where 1=1
    -- and contract_address = lower('0x1E6bb68Acec8fefBD87D192bE09bb274170a0548')
    -- and date_trunc('day', block_timestamp) = '2022-05-17'
    and block_number = 14789853
    order by event_index


    Run a query to Download Data