1. What are the benefits of setting a token standard like ERC20?
A benefit is, that all exchanges and wallets can easily interact and add ERC20 standard Tokens.
another one is an increasing efficiency in the market because of interoperability.
2. What functions are in the ERC20 Token Standard Interface and what do they do?
- The function totalSupply (): Tells you how many Tokens in circulation
- The function balanceOf(X): How many Tokens does Wallet X have
- The function transfer(): transferring Tokens