ERC20代币规则 ERC20 tokens


ERC20代币是Ethereum上的fungibile代币。Uniswap支持所有标准的ERC20实现。

截至2019年10月,Ethereum的主网络上存在超过20万个兼容ERC-20的代币。

Ethereum社区创建了ERC-20 Token的规则,其中有三条可选的规则,以及六条强制性的规则。

·
强制性规则:
totalSupply
balanceOf
transfer
transferFrom
approve
allowance
·

`
可选规则:

Token Name
Symbol
Decimal (up to 18)
`

参考:

https://blockgeeks.com/guides/erc20-tokens/

https://etherscan.io/tokens

https://www.investopedia.com/news/what-erc20-and-what-does-it-mean-ethereum/

https://support.blockchain.com/hc/en-us/articles/360027491872-What-is-an-ERC20-token-