Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 573 Bytes

Tokenization.md

File metadata and controls

33 lines (19 loc) · 573 Bytes

Service Tokenization

ERC20 Service Contract

Contract interactions

Contract Solidity code

public methods

The ERC20 contract allows the following methods:

  • totalSupply
  • transfer

administration methods

These methods can only be called from the serviceAccount

  • setServiceAddress
  • setMinterAddress
  • setBurnerAddress

supply methods

  • mint

only allowed from the minter account

  • burn

only allowed from the burner account

will burn tokens in the serviceAccount