SalehUntitled Query
    Updated 2022-08-25
    select
    block_timestamp
    ,tx_hash
    ,ORIGIN_FROM_ADDRESS as wallet
    ,EVENT_INPUTS:value/1e18 as amount
    ,ORIGIN_TO_ADDRESS as game
    from optimism.core.fact_event_logs
    where tx_hash='0x0723dc01196e4c4f6e54d6352283f894473d151ffdad9e50b610f22ffd4f780d'
    and EVENT_NAME='Burned'
    and ORIGIN_FUNCTION_SIGNATURE='0x85149258'
    and TX_STATUS='SUCCESS'
    and EVENT_REMOVED='false'



    Run a query to Download Data