somethingelseOracle Prices 1600000-1700000
    Updated 2022-03-19
    SELECT
    m.block_id,
    m.tx_id,
    m.block_timestamp,
    m.msg_index,
    m.msg_value:execute_msg:feed_price:prices[0][0] as address0,
    m.msg_value:execute_msg:feed_price:prices[0][1] as rate0
    from terra.msgs m
    where m.msg_value: "contract" = 'terra1t6xe0txzywdg85n6k8c960cuwgh6l8esw6lau9'
    and block_id >= 1600000 and block_id < 1700000
    and rate0 is NOT NULL
    UNION
    SELECT
    m.block_id,
    m.tx_id,
    m.block_timestamp,
    m.msg_index,
    m.msg_value:execute_msg:feed_price:prices[1][0] as address0,
    m.msg_value:execute_msg:feed_price:prices[1][1] as rate0
    from terra.msgs m
    where m.msg_value: "contract" = 'terra1t6xe0txzywdg85n6k8c960cuwgh6l8esw6lau9'
    and block_id >= 1600000 and block_id < 1700000
    and rate0 is NOT NULL
    UNION
    SELECT
    m.block_id,
    m.tx_id,
    m.block_timestamp,
    m.msg_index,
    m.msg_value:execute_msg:feed_price:prices[2][0] as address0,
    m.msg_value:execute_msg:feed_price:prices[2][1] as rate0
    from terra.msgs m
    where m.msg_value: "contract" = 'terra1t6xe0txzywdg85n6k8c960cuwgh6l8esw6lau9'
    and block_id >= 1600000 and block_id < 1700000
    and rate0 is NOT NULL
    UNION
    Run a query to Download Data