hightop0924 / token_contract_onSui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fungible Tokens

  • MANAGED: a token managed by a treasurer trusted for minting and burning. This is how (e.g.) a fiat-backed stablecoin or an in-game virtual currency would work.
  • BASKET: a synthetic token backed by a basket of other assets. This how (e.g.) a Special Drawing Rights (SDR)-like asset would work.
  • REGULATED_COIN: a coin managed by a central authority which can freeze accounts
  • PRIVATE_COIN: a coin which has the option of hiding the amount that you transact
  • PRIVATE_BALANCE: a balance which has the option of hiding the amount that it stores.
  • FIXED: a token with a fixed supply (coming in future).
  • ALGO: a token with an algorithmic issuance policy (coming in future).

About


Languages

Language:Move 100.0%