#[non_exhaustive]
pub enum TokenRegistry {
Show 93 variants Aca, Air, Ajun, Ampe, Apex, Ares, Astr, Avt, Baju, Bnc, Bsx, Cere, Cess, Cfg, Clv, Cru, Ctx, Dck, Dentx, Dhi, Dico, Dot, Edg, Efi, Eq, Eqd, Fis, Geek, Gens, Glmr, Hdx, Hko, Icx, Icy, Intr, Kab, Kapex, Kar, Kico, Kilt, Kint, Klp, Kma, Ksm, Kton, Lami, Layr, Lit, Lpt0, Manta, Math, Movr, Neat, Neer, Net, Nmt, Nodl, Nova, Oak, Otp, Para, Pcx, Pdex, Peaq, Pen, Pha, Pica, Pkf, Pks, Polyx, Pont, Qtz, Rey, Ring, Ssc, Syn, Tcess, Teer, Tifi, Tnkr, Totem, Uart, Uink, Unq, Usdv, Way, Xor, Xrt, Xx, Zero, Ztg, Jdot, Tssc,
}
Expand description

List of well-known tokens used on some network in the ecosystem.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.

Aca

ACA token used on Acala

Air

AIR token used on Altair

Ajun

AJUN token used on Ajuna Network

Ampe

AMPE token used on Amplitude chain

Apex

APEX token used on Apex Network

Ares

ARES token used on Ares Protocol

Astr

ASTR token used on Astar Network

Avt

AVT token used on AvN Mainnet

Baju

BAJU token used on Bajun Network

Bnc

BNC token used on Bifrost

Bsx

BSX token used on Basilisk

Cere

CERE token used on Cere Network

Cess

CESS token used on CESS

Cfg

CFG token used on Centrifuge Chain

Clv

CLV token used on Clover Finance

Cru

CRU token used on Crust Network

Ctx

CTX token used on Automata ContextFree

Dck

DCK token used on Dock Mainnet

Dentx

DENTX token used on DENTNet

Dhi

DHI token used on CORD Network

Dico

DICO token used on DICO

Dot

DOT token used on Polkadot Relay Chain

Edg

EDG token used on Edgeware

Efi

EFI token used on Efinity

Eq

EQ token used on Equilibrium Network

Eqd

EQD token used on Genshiro Network

Fis

FIS token used on Stafi

Geek

GEEK token used on GEEK Network

Gens

GENS token used on Genshiro Network

Glmr

GLMR token used on Moonbeam

Hdx

HDX token used on HydraDX

Hko

HKO token used on Heiko

Icx

ICX token used on ICE Network

Icy

ICY token used on ICE Network

Intr

INTR token used on Interlay

Kab

KAB token used on Kabocha

Kapex

KAPEX token used on Kapex

Kar

KAR token used on Karura

Kico

KICO token used on KICO

Kilt

KILT token used on KILT Spiritnet

Kint

KINT token used on Kintsugi

Klp

KLP token used on Kulupu

Kma

KMA token used on Calamari: Manta Canary Network

Ksm

KSM token used on Kusama Relay Chain

Kton

KTON token used on Darwinia Network

Lami

LAMI token used on Laminar

Layr

LAYR token used on Composable

Lit

LIT token used on Litentry Network, Litmus Network

Lpt0

LPT0 token used on Genshiro Network

Manta

MANTA token used on Manta network

Math

MATH token used on MathChain mainnet, MathChain testnet

Movr

MOVR token used on Moonriver

Neat

NEAT token used on Neatcoin Mainnet

Neer

NEER token used on Pioneer Network by Bit.Country

Net

NET token used on Social Network

Nmt

NMT token used on NFTMart

Nodl

NODL token used on Nodle Chain

Nova

NOVA token used on Fragnova Network

Oak

OAK token used on OAK Network

Otp

OTP token used on OriginTrail Parachain

Para

PARA token used on Parallel

Pcx

PCX token used on ChainX

Pdex

PDEX token used on Polkadex Mainnet, Polkadex Parachain

Peaq

PEAQ token used on Peaq Network

Pen

PEN token used on Pendulum chain

Pha

PHA token used on Phala Network

Pica

PICA token used on Picasso

Pkf

PKF token used on PolkaFoundry Network

Pks

PKS token used on PolkaSmith Canary Network

Polyx

POLYX token used on Polymesh

Pont

PONT token used on Pontem Network

Qtz

QTZ token used on QUARTZ by UNIQUE

Rey

REY token used on Laminar Reynolds Canary

Ring

RING token used on Darwinia Network

Ssc

SSC token used on Subspace

Syn

SYN token used on Synesthesia

Tcess

TCESS token used on CESS Testnet

Teer

TEER token used on Integritee

Tifi

TIFI token used on Tidefi

Tnkr

TNKR token used on Tinker

Totem

TOTEM token used on Totem

Uart

UART token used on UniArts Network

Uink

UINK token used on UniArts Network

Unq

UNQ token used on Unique Network

Usdv

USDv token used on Valiu Liquidity Network

Way

WAY token used on CORD Network

Xor

XOR token used on SORA Network, SORA Kusama Parachain

Xrt

XRT token used on Robonomics

Xx

XX token used on xx network

Zero

ZERO token used on ZERO, ZERO Alphaville

Ztg

ZTG token used on Zeitgeist

Jdot

jDOT token used on Jupiter

Tssc

tSSC token used on Subspace testnet

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.