ERC-20
ERC-20 is a technical standard used for fungible tokens on the Ethereum blockchain, defining a common set of rules for how tokens can be transferred, how balances are checked, and how they are approved for spending. It enables different tokens and applications to interact seamlessly by ensuring they all follow the same interface. Introduced via the Ethereum Improvement Proposal EIP-20, it has become the foundational standard for most Ethereum-based tokens.
ERC-20 is a technical standard used for fungible tokens on the Ethereum blockchain, defining a common set of rules for h...
entity.trust_high
Sep 2026 · Показатель свежести: 50%
Что такое ERC-20?
ERC-20 is a technical standard used for fungible tokens on the Ethereum blockchain, defining a common set of rules for how tokens can be transferred, how balances are checked, and how they are approved for spending. It enables different tokens and applications to interact seamlessly by ensuring they all follow the same interface. Introduced via the Ethereum Improvement Proposal EIP-20, it has become the foundational standard for most Ethereum-based tokens.
- Category
- protocol
- Type
- Authority Node
- Источники
- 1
Граф знаний
4 relationsClick a node to keep exploring
Связанные
Overview
ERC-20 is the most widely recognized technical standard for creating fungible tokens on the Ethereum blockchain. Initially proposed in 2015 via Ethereum Improvement Proposal 20, it provides a universal framework that allows developers to issue digital assets that are interchangeable and uniform. Because every token unit is identical in value and function to any other unit of the same token, ERC-20 assets are ideal for representing currencies, loyalty points, or voting rights within decentralized ecosystems.
The standard was developed to address the lack of consistency among early Ethereum tokens, which often required custom code for every new integration. By establishing a common language, ERC-20 ensures that various tokens can be easily supported by wallets, exchanges, and smart contracts without the need for specialized programming for each individual asset. This uniformity has made it the foundational pillar for the majority of tokens currently circulating on the Ethereum network and its various compatible layer-two solutions.
Specification
The ERC-20 specification defines a specific set of functions and events that a smart contract must implement to be considered compliant. These functions include basic operations such as retrieving the total token supply, checking the balance of a specific address, and executing transfers between users. The standard also includes a mechanism for delegated transfers, where a token holder can approve a third party, such as a decentralized exchange, to spend a certain amount of tokens on their behalf.
In addition to the mandatory functions, the standard allows for optional metadata that improves user experience and readability. Developers typically include a token name, a ticker symbol, and the number of decimal places the token supports. These details allow external applications to display token information accurately to users. The specification relies on triggered events to notify the blockchain whenever tokens are moved or approvals are granted, ensuring that off-chain services can track token activity in real-time.
Frequently Asked Questions
What is ERC-20?
ERC-20 is a technical standard used for fungible tokens on the Ethereum blockchain, defining a common set of rules for how tokens can be transferred, how balances are checked, and how they are approved for spending. It enables different tokens and applications to interact seamlessly by ensuring they all follow the same interface. Introduced via the Ethereum Improvement Proposal EIP-20, it has become the foundational standard for most Ethereum-based tokens.
How does ERC-20 work?
ERC-20 is the most widely recognized technical standard for creating fungible tokens on the Ethereum blockchain. Initially proposed in 2015 via Ethereum Improvement Proposal 20, it provides a universal framework that allows developers to issue digital assets that are interchangeable and uniform. Bec
Why does ERC-20 matter in Web3?
The standard was developed to address the lack of consistency among early Ethereum tokens, which often required custom code for every new integration. By establishing a common language, ERC-20 ensures that various tokens can be easily supported by wallets, exchanges, and smart contracts without the