AzinOptimism 2
    Updated 2023-03-17
    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)
    Run a query to Download Data