CryptoIcicleKujira Scavenger - 08 Apr
Updated 2022-04-09Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
select * from (
select 'Swapping from UST to KUJI' as type, * from terra.msgs
where tx_id = 'E98C32F5FF2C4B1E232480B5E3C65081A22A010488EB2920024FBC29121D26F6'
and block_timestamp >= '2022-04-07'
union
select 'Staking KUJI' as type, * from terra.msgs
where tx_id = 'F406C1F67F9842C0B5110DB251318D6B0D8448AFBD5B924B16856676DE78A715'
and block_timestamp >= '2022-04-07'
union
select 'Deposit UST into Kujira Orca to bid for liquidations' as type, * from terra.msgs
where tx_id = '8E4BAF28A7239E17A9F1797D5D22C31C817B3873A05DD63910C121C95E2FB7D7'
and block_timestamp >= '2022-04-07'
)
order by block_id
Run a query to Download Data