This command sends/transfers one or more token
s between addresses
Name | Type | Description |
---|---|---|
VERSION |
String | Broadcast Format Version |
TICK |
String | 1 to 250 characters in length |
AMOUNT |
String | Amount of tokens to send |
DESTINATION |
String | Address to transfer tokens to |
MEMO |
String | An optional memo to include |
VERSION|TICK|AMOUNT|DESTINATION|MEMO
VERSION|TICK|AMOUNT|DESTINATION|AMOUNT|DESTINATION|MEMO
VERSION|TICK|AMOUNT|DESTINATION|TICK|AMOUNT|DESTINATION|MEMO
VERSION|TICK|AMOUNT|DESTINATION|MEMO|TICK|AMOUNT|DESTINATION|MEMO
bt:SEND|0|JDOG|1|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev
This example sends 1 JDOG token to 1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev
bt:SEND|0|BRRR|5|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev|BTNS is Awesome
This example sends 5 BRRR tokens to 1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev with a memo
bt:SEND|1|BRRR|5|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev|1|1BoogrfDADPLQpq8LMASmWQUVYDp4t2hF9
This example sends 5 BRRR tokens to 1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev and 1 BRRR token to 1BoogrfDADPLQpq8LMASmWQUVYDp4t2hF9
bt:SEND|2|BRRR|5|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev|TEST|1|1BoogrfDADPLQpq8LMASmWQUVYDp4t2hF9|BTNS is Awesome
This example sends 5 BRRR tokens to 1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev and 1 TEST token to 1BoogrfDADPLQpq8LMASmWQUVYDp4t2hF9 with a memo
- A
token
transfer shall only be considered valid if the broacasting address has balances of thetoken
to cover the transferAMOUNT
- A
token
transfer that does not haveAMOUNT
in the broadcasting address shall be considered invalid and ignored. - A valid
token
transfer will deduct thetoken
AMOUNT
from the broadcasting addresses balances - A valid
token
tranfer will credit thetoken
AMOUNT
to theDESTINATION
address or addresses MEMO
characters NOT allowed are :- pipe
|
(used as field separator) - semicolon
;
(used as command separator)
- pipe
TRANSFER
ACTION
can be used for backwards-compatability with BRC20/SRC20TRANSFER
- Format version
0
allows for a single send - Format version
1
allows for repeatingAMOUNT
andDESTINATION
params to enable multiple transfers - Format version
2
allows for repeatingTICK
,AMOUNT
andDESTINATION
params to enable multiple transfers - Format version
3
allows for repeatingTICK
,AMOUNT
,DESTINATION
, andMEMO
params to enable multiple transfers - Format version
0
,1
, and2
allow for a single optionalMEMO
field to be included as the last PARAM