samUntitled Query
    Updated 2022-06-28
    select *
    --sum (case when action = 'pool_joined' then amount
    -- when action = 'pool_exited' then -amount end ) / 1e6
    from osmosis.core.fact_liquidity_provider_actions
    where pool_id = '1'
    and currency = 'uosmo'
    and action in ('pool_joined')
    and tx_status = 'SUCCEEDED'
    limit 20

    select* from osmosis.core.fact_msg_attributes
    where tx_id = '28B3CCADB90DFEC20CF143F7B248035D538501FFD5CC78AE5E7C589C226EC611'
    Run a query to Download Data