-
The benefits of setting a token to ERC20 is having the ability to communicate with all other tokens and wallets.
-
The functions of ERC20 is as follows
- TotalSupply() Sums up the total exisiting tokens
- balanceOf(address account) gives the balance of a account address that is ERC20 compliant
- transfer() allows a user to transfer funds to other public addresses