Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@SyedMuhammedBilal SyedMuhammedBilal released this 07 May 08:20
· 2 commits to master since this release

NEW TOKEN FEATURES

  1. renounceOwnership
    to give ownership of contract to another wallet

  2. updateMinterStatus
    to add minter's address for token

  3. updateBurnerStatus
    to add burner's address for token

  4. mint
    to mint more tokens
    note: (minting more tokens will also add on total supply of token)

  5. burn
    to burn tokens
    note: (number of burning tokens will also decrease the total supply of token)

  6. getMinterStatus
    to get status of minter address

  7. getBurnerStatus
    to get status of burner address