What are the benefits of setting a token standard like ERC20?
If the tokens are laid out in the same way, all exchanges and all wallets will be able to support the tokens from day one. Having a token standard on the Ethereum smart contract platform has been extremely beneficial for the entire space and makes the token fungible.
What functions are in the ERC20 Token Standard Interface and what do they do?
balanceOf – returns integer, balance of the account
transfer – takes two parameters, the to and from addresses
transferFrom- (delegated transfer)
approve- call approve address
allowance- returns integer - how many tokens permission to use
totalSupply – value of tokens in circulation