andurilTipLink
    Updated 2023-05-26


    select
    *
    from solana.core.fact_events
    where
    date(block_timestamp) >= '2023-05-15' and
    signers[0] = 'ipayV3Q9LjwwSLmd7ssPhPTBnWrx1LQyUM8wkEbxJan'
    and tx_id = '4cwvTmZiexSeYAZdKCkHTpojzXNjUfCz3EA8jnCgiXZtyVm38eR9Mjuj8ktwCLeVBPqkhM1fLVZ2CXf4cpXGQZgq'
    limit 50


    select *
    from
    solana.core.fact_events e
    inner join lateral flatten(input => inner_instruction:instructions) f
    where
    Run a query to Download Data