What are the benefits of setting a token standard like ERC20?
Setting a standard for all people developing benefits through interoperability.
It makes development much more efficient when everybody uses the same structure.
What functions are in the ERC20 Token Standard Interface and what do they do?
e.g. totalSupply() - gives how many tokens there are in circulation.
balanceOf(adress account) - returns the balance of a given account.