Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 868 Bytes

File metadata and controls

25 lines (20 loc) · 868 Bytes

DIVIDEND command

This command pays a dividend to token holders of a token.

PARAMS

Name Type Description
TICK String The token that dividends are being rewarded on
DIVIDEND_TICK String The token that dividends are paid in
AMOUNT String Amount of tokens to destroy

Formats

  • DIVIDEND|TICK|DIVIDEND_TICK|AMOUNT

Examples

bt:DIVIDEND|BRRR|BACON|1
This example pays a dividend of 1 BACON to every holder of 1 BRRR

Rules

  • Dividends may only be paid out by the current token owner

Notes

  • UNIT - A specific unit of measure (1 or 1.0)
  • To send large amounts of tokens to users, see the AIRDROP or SEND commands