Delamir-6014Untitled Query
    Updated 2022-08-30
    select *
    -- block_timestamp::date as rooz,
    -- tx_hash,
    -- EVENT_NAME
    from ethereum.core.fact_event_logs
    where contract_address = lower('0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB')
    and tx_status = upper('success')
    -- order by 1
    limit 10
    Run a query to Download Data