somethingelseOracle Prices 1600000-1700000
Updated 2022-03-19
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
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