Updated 2021-05-21
    select * from ethereum.udm_events e
    inner join ethereum.transactions t on t.tx_id = e.tx_id
    where --e.contract_address = '0x3ed3b47dd13ec9a98b44e6204a523e766b225811' and
    t.tx_id in ( lower ('0x4ac5a019e4e914994b8531e94739a50e85f92c4951edda411e81468e498e5e33'),lower('0x277ebdb92ff878d772bf4cb7f9f38ef4be3cbaa523e723a35b814dfdb488fab9')
    , lower('0x3f854f902a3b7719e70923f145d5f8c601253ff8f8b136d22c8c96b1898663dd')
    )
    and
    and e.block_timestamp >= '2021-05-21T00:00:00Z'
    and t.block_timestamp >= '2021-05-21T00:00:00Z'
    order by e.block_timestamp desc
    limit 100


    -- select * from ethereum.transactions where tx_id in ( lower ('0x4ac5a019e4e914994b8531e94739a50e85f92c4951edda411e81468e498e5e33'),lower('0x277ebdb92ff878d772bf4cb7f9f38ef4be3cbaa523e723a35b814dfdb488fab9'))

    --select * from ethereum.udm_events e
    --where contract_address = '0xdac17f958d2ee523a2206206994597c13d831ec7'



    Run a query to Download Data