Contract Solidity code
The ERC20 contract allows the following methods:
- totalSupply
- transfer
These methods can only be called from the serviceAccount
- setServiceAddress
- setMinterAddress
- setBurnerAddress
- mint
only allowed from the minter account
- burn
only allowed from the burner account
will burn tokens in the serviceAccount