Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Feature release

Choose a tag to compare

@jasonrhaas jasonrhaas released this 22 Oct 21:58
· 11 commits to master since this release
f47ac98

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 over totalSupply(), because totalSupply() will not output the correct kudos id once we start burning tokens.
  • setMintable. This is true by default. If its set to false, 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.