flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Optimism 2
Azin
Optimism 2
Updated 2023-03-17
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
with
t1
as
(
select
*
from
bsc
.
core
.
dim_labels
where
LABEL_SUBTYPE
=
'token_contract'
)
select
*
from
arbitrum
.
core
.
dim_contracts
where
NAME
in
(
select
PROJECT_NAME
from
t1
)
Results
Run a query to Download Data