Releases: Reaction-Labs/React-Token
Releases · Reaction-Labs/React-Token
v1.1.1
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
v1.0.0
ERC20 React Token