PapasotEthereum Labels
    Updated 2023-04-24


    select
    blockchain,
    address,
    label_type,
    label_subtype,
    address_name,
    project_name
    from
    crosschain.core.address_labels
    where blockchain = 'ethereum'
    and project_name is not null
    order by project_name


    Run a query to Download Data