1. What are the benefits of setting a token standard like ERC20?
The benefit of a token standard is to enable a standard way of “writing the code” it ensures that a new ERC-20 token can be deployed easy by a exchange for example. “So that all erc-20 tokens code have to same name for functions etc” this makes then more interoperable.
2. What functions are in the ERC20 Token Standard Interface and what do they do?
- Each ERC-20 token has a function for “TotalSupply” it decides how many coins are in circulation.
- Each ERC-20 token has a function for “Balance of” it can check the balance of all wallets that hold the token.