PapasotNear Labels
Updated 2023-04-19
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
›
⌄
-- forked from Algorand Labels @ https://flipsidecrypto.xyz/edit/queries/b3d9c0d4-d8ec-4ba5-a7ec-d92b1ee3c636
select
blockchain,
address,
label_type,
label_subtype,
address_name,
project_name
from
crosschain.core.address_labels
where
address = '{{near_address}}' and
blockchain = 'near'
order by project_name
Run a query to Download Data