grahamUntitled Query
Updated 2022-07-27
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
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