You have just deployed your first ERC20 token, like a trueEthereum professional. As promised, the token is simple and lightweight, yet fully functional, ERC20 standard compliant, and secured with MathSafe. It is ready to be purchased, paid with, and transferred throughout the Blockchain. Is...
The ERC20 token standard is a key innovation on Ethereum, enabling the creation and use of tokens. Learn what it is and how it works in our detailed guide.
* @dev Based oncode by FirstBlood: https://github.com/Firstbloodio/token/blob/master/smart_contract/FirstBloodToken.sol */ contract StandardToken is BasicToken, ERC20 { mapping (address => mapping (address => uint)) public allowed; uint public constant MAX_UINT = 2**256 - 1; /** *...
Token的持有人可以完全控制资产,遵守ERC20的token可以跟踪任何人在任何时间拥有多少token.基于eth合约的子货币,所以容易实施。只能自己去转让。 标准化非常有利,也就意味着这些资产可以用于不同的平台和项目,否则只能用在特定的场合。 ERC20 Token标准(Github) 序言 EIP: 20 Title: ERC-20 Token Standard Author: F...
ERC20 通证标准(ERC20 Token Standard)是通过以太坊创建通证时的一种规范。按照 ERC20 的规范可以编写一个智能合约,创建“可互换通证”。它并非强制要求,但遵循这个标准,所创建的通证可以与众多交易所、钱包等进行交互,它现在已被行业普遍接受。 ERC20 定义了一些标准的接口函数:balanceOf、 totalSupply、transfer、...
ERC-20的定义 如同CoinDesk专栏作者 Alyssa Hertig 在What is the ERC-20 Ethereum Token Standard? 中所说的: ERC-20以太坊代币标准是创建与更广泛的以太坊网络兼容的可替换代币的蓝图。以太坊,或称Ethereum,是一种加密货币,允许创建各种应用,包括代币,与大多数传统应用不同,它不需要中心化服务机构就可以运作。
我们可以在https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20-token-standard.md查看ERC20代币的标准API。 Method 在Method目录下面我们可以看到一些方法,所有的ERC20代币都是按照下面这些方法来定义的。下面我们讲解一下每个方法的作用。 name
RC20 通证标准(ERC20 Token Standard)是通过以太坊创建通证时的一种规范。按照 ERC20 的规范可以编写一个智能合约,创建“可互换通证”。它并非强制要求,但遵循这个标准,所创建的通证可以与众多交易所、钱包等进行交互,它现在已被行业普遍接受。ERC20 通证标准最早由以太坊开发者费边·沃格尔斯特勒在...
Create your own token in just 1 minute and deploy it on Ethereum, BNB Smart Chain and more! No code, no setup, no login, and free!
An overview of ERC20, the token standard that promotes interoperability across the Ethereum blockchain network and its many applications.