Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.09 KB

File metadata and controls

34 lines (27 loc) · 1.09 KB

MINT command

This command mints BTNS token supply

PARAMS

Name Type Description
VERSION String Broadcast Format Version
TICK String 1 to 250 characters in length
AMOUNT String Amount of tokens to mint
DESTINATION String Address to transfer minted tokens to
MEMO String An optional memo to include

Formats

Version 0

  • VERSION|TICK|AMOUNT|DESTINATION|MEMO

Examples

bt:MINT|0|JDOG|1
This example mints 1 JDOG `token` to the broadcasting address
bt:MINT|0|BRRR|10000000000000|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev
This example mints 10,000,000,000,000 BRRR tokens and transfers them to 1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev 

Rules

  • broadcast status must be valid
  • token supply may be minted until MAX_SUPPLY is reached.
  • Transactions that attempt to mint supply beyond MAX_SUPPLY shall be considered invalid and ignored.

Notes