github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/dev/wasm/erc20/README.md (about) 1 # An ERC20 token contract 2 3 This is an implementation of Ethereum's [ERC20](https://eips.ethereum.org/EIPS/eip-20) interface. 4 Please note that ERC20 has some fundamental flaws, many of which have been resolved with [ERC777](https://eips.ethereum.org/EIPS/eip-777). 5 This projects intents to serve as a simple example that token developers can familiarize with easily, not as a modern token contract.