NavidUntitled Query
    Updated 2022-12-08
    -- select * from axelar.core.fact_transfers
    -- select * from axelar.core.fact_transactions
    -- select * from axelar.core.fact_msgs
    select * from axelar.core.fact_msg_attributes
    -- where attribute_value ilike 'usd' and msg_type ilike '%rew%'
    where tx_id='F113E9DB00D9ABF1B23F5B8EDFA3ED3BE786B9C210F9621FF83E9A3F26BC5CA5'
    -- where tx_id='F8FC4CBE9D614BFF98944DBBC9B1B4CE3048B4AEE8BF40E5A811A215B7AEEC8F'
    order by block_timestamp, msg_index asc
    limit 100

    -- block_id=5100208

    -- select * from axelar.core.fact_msg_attributes
    -- where attribute_key in ('fee', 'fee_payer')
    -- limit 100
    Run a query to Download Data