
ERC-20 Token Standard - ethereum.org
Jun 11, 2024 · The ERC-20 introduces a standard for Fungible Tokens, in other words, they have a property that makes each Token be exactly the same (in type and value) as another Token. …
Understand the ERC-20 token smart contract - ethereum.org
Apr 4, 2020 · One of the most significant smart contract standards on Ethereum is known as ERC-20, which has emerged as the technical standard used for all smart contracts on the Ethereum …
ERC-20 代币标准 - ethereum.org
什么是 erc-20? ERC-20 提出了一个同质化代币的标准,换句话说,它们具有一种属性,使得每个代币都与另一个代币(在类型和价值上)完全相同。 例如,一个 ERC-20 代币就像以太币一 …
Estándar de token ERC-20 - ethereum.org
El ERC-20 introduce un estándar para los tokens fungibles, es decir, tienen una propiedad que hace que cada token sea exactamente igual (en tipo y valor) que otro token. Por ejemplo, un …
ERC-20トークン規格 - ethereum.org
Jun 11, 2024 · ERC-20(Ethereum Request for Comments 20)は、スマートコントラクト内にトークンAPIとして実装できるトークン規格として、ファビアン・ヴォゲルステラー氏によ …
Standard token ERC-20 - ethereum.org
L'ERC-20 (Ethereum Request for Comments 20), proposto da Fabian Vogelsteller nel novembre del 2015, è uno Standard del Token che implementa un'API per i token nei Contratti …
ERC-20: Token Standard - Ethereum Improvement Proposals
Nov 19, 2015 · transferFrom Transfers _value amount of tokens from address _from to address _to, and MUST fire the Transfer event.. The transferFrom method is used for a withdraw …
Norme de jeton ERC-20 - ethereum.org
La demande de commentaires ERC-20, proposée par Fabian Vogelsteller en novembre 2015, est une norme de jeton qui implémente une API pour les jetons au sein des contrats intelligents. …
ERC-20 Contract Walk-Through - ethereum.org
Mar 8, 2021 · This is the actual contract that implements the ERC-20 standard, taken from here (opens in a new tab). It is not meant to be used as-is, but you can inherit (opens in a new tab) …
Standard tokena ERC-20 - ethereum.org
Co to jest ERC-20? ERC-20 wprowadza standard dla tokenów wymiennych, innymi słowy mają one właściwość, która sprawia, że każdy token jest dokładnie taki sam (pod względem typu i …