Skip to content

Commit

Permalink
update functionality list
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogresorg committed Feb 12, 2024
1 parent 2351cc3 commit f193e9d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/BTNS-420.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,18 +141,21 @@ The above example issues a JDOG token, and STAMPs file data into the token.
- Lock against `RUG` command by setting `LOCK_RUG` to `1`
- Lock against `SLEEP` command by setting `LOCK_SLEEP` to `1`
- Lock against `CALLBACK` command by setting `LOCK_CALLBACK` to `1`

- `DESTROY`
- Permanently destroy some `token` supply
- `DISPENSER`
- `DIVIDEND`
- `LIST`
- Create and edit lists of `TICK`s
- Create and edit lists of `ASSET`s
- Create and edit lists of addresses
- `MINT`
- Mint `tokens` at rate of `MAX_MINT` until `MAX_SUPPLY` is reached ("fair" mint)
- Transfer minted `token` supply to `TRANSFER` address
- `RUG`
- `SEND`
- Transfer `AMOUNT` of `token` from broadcast address to a `DESTINATION` address
- Send multiple `AMOUNT` of `token` to multiple `DESTINATION` addresses
- Transfer `AMOUNT` of `token` from broadcast address to a `DESTINATION` address, with an optional memo
- Send multiple `AMOUNT` of `token` to multiple `DESTINATION` addresses, with optional memos
- `SLEEP`
- `SWEEP`

Expand Down

0 comments on commit f193e9d

Please sign in to comment.