Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.02 KB

File metadata and controls

33 lines (26 loc) · 1.02 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

Formats

Version 0

  • VERSION|TICK|AMOUNT|DESTINATION

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