-
Benefits of setting a token standard like ERC20 are that all wallets and exchanges can already support them.
-
Functions that are in the ERC 20 Token Standard Interface include:
balanceOf( ) - provides the balance of tokens held by a given address
transfer( ) - transfers a number of tokens from the message sender to another
totalSupply( ) - total available supply
allowance( ) - provides the number of tokens
allowed to be transferred from a given address by another given address
approve( ) - provides amount of tokens that are approved
transferFrom( ) - provides an address to transfer from