John_GaltOSMO Searcher
    Updated 2022-07-09
    with tx as (select * from osmosis.core.fact_msg_attributes
    where tx_id = '45519BEBFB365F969384C33699AC7ABEF6E9CEE56757178478D360CD48CA372F'
    ),

    actionn as (select * from osmosis.core.fact_msg_attributes
    where date(block_timestamp) > '2022-05-01'
    and attribute_key = 'action'
    and attribute_value = '/osmosis.gamm.v1beta1.MsgCreateBalancerPool'
    limit 50
    )

    select * from tx
    Run a query to Download Data