Afonso_Diaz2023-08-29 05:13 PM
Updated 2023-08-29
99
1
2
3
4
5
6
7
8
9
10
›
⌄
with t as (
select distinct tx_id from sei.core.fact_msg_attributes
where attribute_key = '_contract_address'
and attribute_value = 'sei1pdwlx9h8nc3fp6073mweug654wfkxjaelgkum0a9wtsktwuydw5sduczvz'
)
select * from sei.core.fact_msg_attributes
--where tx_id in (select tx_id from t)
where tx_id = '32EF16C610287F62A69D2B3227CE87E1F58CC334963DC5DA3EAF727D842F5D7F'
limit 100
Run a query to Download Data