- What are the benefits of setting a token standard like ERC20?
Using the ERC20 standard allows wallets and exchanges to be programmed in a way to support any token using that standard. This makes scalability easier in the space.
- What functions are in the ERC20 Token Standard Interface and what do they do?
Monitor total supply.
Function balance of address account.
Allows transfer ERC20 tokens to public addresses.