boomer77Untitled Query
    with raw as
    (select distinct tx_id, *
    from terra.msgs
    where msg_module = 'wasm'
    and msg_value:contract = 'terra1sepfj7s0aeg5967uxnfk4thzlerrsktkpelm5s')

    select * from raw
    limit 1000
    Run a query to Download Data