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 airdrops |
LIST |
String | TX_HASH of a BTNS LIST commands |
VERSION|TICK|AMOUNT|LIST|LIST
VERSION|TICK|AMOUNT|LIST|TICK|AMOUNT|LIST
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
- Use format
0
to send the sameAMOUNT
oftoken
to one or moreLIST
- Use format
1
to send multipleAMOUNT
of multipletoken
to differentLIST
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