- ERC20 standard benefits token to communicate across exchange, wallets, etc
- ERC20 token standard interface allows transfer, balance, sent, receive and many other functions
for example
totalSupply() gives maximum number of tokens in existance
balanceOf(address account) gives a public addresses’ balance of ERC20 tokens
transfer() allows one to transfer its ERC20 tokens to another public address