grahamUntitled Query
    Updated 2022-07-27
    select distinct from_currency
    from osmosis.core.fact_swaps



    select * from OPTIMISM.CORE.FACT_TRACES
    where type = 'CREATE' AND TX_STATUS = 'SUCCESS'
    AND TO_ADDRESS IS NOT NULL LIMIT 100


    select * from flipside_prod_db.crosschain.address_labels where address = lower('0x1982b2F5814301d4e9a8b0201555376e62F82428')

    select * from crosschain.core.address_tags limit 100
    Run a query to Download Data