Updated 2025-03-11
    with
    raw_data as (
    select
    block_id,
    tx_id,
    msg
    from
    osmosis.core.fact_msgs
    where
    tx_id = 'BBBA12E38F6C7553CC1FF78C24DBFBCF080681B1E6719ED56096750C4A1A9562'
    and block_timestamp = '2021-12-26 19:16:14.692'
    )
    select
    *
    from
    raw_data r,
    lateral FLATTEN(input => msg) f


    Last run: about 1 month ago
    No Data to Display
    0
    2B
    1s