Afonso_DiazOvertime
Updated 2024-11-21
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
with
stablecoins as (
select
'dac17f958d2ee523a2206206994597c13d831ec7.factory.bridge.near' as token_address,
'USDT.e' as symbol
union all
select
'usdt.tether-token.near' as token_address,
'USDT' as symbol
union all
select
'17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1' as token_address,
'USDC' as symbol
union all
select
'a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.factory.bridge.near' as token_address,
'USDC.e' as symbol
union all
select
'853d955acef822db058eb8505911ed77f175b99e.factory.bridge.near' as token_address,
'Frax' as symbol
union all
select
'cusd.token.a11bd.near' as token_address,
'CUSD' as symbol
QueryRunArchived: QueryRun has been archived