This repository was archived by the owner on Jan 26, 2023. It is now read-only.
Feature release
Whats New
This version adds a couple new functions, most notably, getLatestId
and setMintable
. Also there is a new public variable name isMintable
.
getLatestId
. This is the new way to find out the latest kudos id. This is the preferred method overtotalSupply()
, becausetotalSupply()
will not output the correct kudos id once we start burning tokens.setMintable
. This istrue
by default. If its set tofalse
, it disables the ability to mint or clone and new kudos. Setting this allows us to "deprecate" contracts, by not letting anyone mint new kudos.