Answers on “ERC20 token standard”. Questions:
- Makes things more efficient. Easier to interact with because of the same rules.
- name - returns name of the token
- symbol - returns symbol of the token
- decimals - Returns the number of decimals the token uses
- totalSupply - Returns the total token supply
- balanceOf - Returns the account balance of another account with address
- transfer - Transfer amount of token to an address
- transferFrom - transferFrom method is used for a withdraw workflow
- approve - Allows to withdraw from your account
- allowance - Returns the amount allowed to withdraw