SyedMuhammedBilal
released this
07 May 08:20
·
2 commits
to master
since this release
NEW TOKEN FEATURES
-
renounceOwnership
to give ownership of contract to another wallet -
updateMinterStatus
to add minter's address for token -
updateBurnerStatus
to add burner's address for token -
mint
to mint more tokens
note: (minting more tokens will also add on total supply of token) -
burn
to burn tokens
note: (number of burning tokens will also decrease the total supply of token) -
getMinterStatus
to get status of minter address -
getBurnerStatus
to get status of burner address