forgashUntitled Query
    Updated 2022-10-06
    select * from terra.classic.fact_message_events
    where event_attributes::string ilike '%amount%'
    -- and tx_id = '43A9ECB086A1F77672F0BA697CD82F1A26FCC3F0C2D1A705C5CFC882EB66CB9A'
    order by event_index

    -- select * from terra.classic.fact_messages where tx_id = '43A9ECB086A1F77672F0BA697CD82F1A26FCC3F0C2D1A705C5CFC882EB66CB9A'
    Run a query to Download Data