Common token standards in Ethereum
Ethereum, as a platform, supports the creation and use of several types of tokens. Tokens built on Ethereum usually follow specific standards that define a set of rules and functions that make them compatible with existing wallets, exchanges, and dApps. Let’s look at some of the most common Ethereum token standards.
ERC-20
The Ethereum Request for Comments 20 (ERC-20) standard is a widely adopted token standard on the Ethereum network. ERC-20 tokens are fungible, meaning that each token is interchangeable with another of the same type. They follow a predefined set of rules and functions, ensuring compatibility with a wide range of wallets, exchanges, and dApps.
Here are some examples of ERC-20 tokens:
- Chainlink (LINK): A decentralized oracle network token used to connect smart contracts with off-chain data
- BAT: A digital advertising token used to reward users for their attention within the Brave browser ecosystem
- USD...