This command airdrops token
supply to one or more BTNS
lists.
Name | Type | Description |
---|---|---|
VERSION |
String | Broadcast Format Version |
TICK |
String | 1 to 250 characters in length |
AMOUNT |
String | Amount of tokens to airdrop |
LIST |
String | TX_HASH of a BTNS LIST |
MEMO |
String | An optional memo to include |
VERSION|TICK|AMOUNT|LIST|MEMO
VERSION|LIST|TICK|AMOUNT|TICK|AMOUNT|MEMO
VERSION|TICK|AMOUNT|LIST|TICK|AMOUNT|LIST|MEMO
VERSION|TICK|AMOUNT|LIST|MEMO|TICK|AMOUNT|LIST|MEMO
bt:AIRDROP|0|GAS|1|LIST
This example airdops 1 GAS to every holder on a list
bt:AIRDROP|1|GAS|1|LIST|BRRR|2|LIST
This example airdops 1 GAS to every holder on a list and 2 BRRR to every holder on a list
DROP
ACTION
can be used for shorter reference toAIRDROP
ACTION
AIRDROP
toaddress
LIST
sendsAMOUNT
oftoken
to each address on the listAIRDROP
totoken
LIST
sendsAMOUNT
oftoken
to holders of eachtoken
on the listAIRDROP
toASSET
LIST
sendsAMOUNT
oftoken
to holders of eachASSET
on the list- Format version
0
allows for a single airdrop - Format version
1
allows for repeatingTICK
andAMOUNT
params to enable multiple airdrops to a single list - Format version
2
allows for repeatingTICK
,AMOUNT
andLIST
params to enable multiple airdrops to multiple lists - Format version
3
allows for repeatingTICK
,AMOUNT
,LIST
, andMEMO
params to enable multiple airdrops to multiple lists with multiple memos - Format version
0
,1
, and2
allow for a single optionalMEMO
field to be included as the last PARAM