Updated 2022-02-28
    SELECT top 1000 *
    from ethereum.TRANSACTIONs
    where tx_id in ( select tx_id
    from ethereum.events_emitted
    where contract_address = '0x9c4a4204b79dd291d6b6571c5be8bbcd0622f050' )


    Run a query to Download Data