Skip to main content
Jetton transfer is an operation specified in TEP 0074. Its implementation must comply with this standard, and Jetton wallet contracts must support the logic described there. The Jetton transfer message is also specified and must comply with the corresponding TL-B scheme. This scheme involves, among other things,
  • forward_ton_amount: the amount of nanotons to be sent to the destination address;
  • forward_payload: optional custom data that should be sent to the destination address.
If forward_ton_amount > 0, then forward_payload must comply with one of the standard formats. We present here only the simple comment format. First, you can use web services as TON MINTER and avoid writing code, just follow the guides. Second, you can use your favorite IDE. You may also need information on how to get the address of your Jetton wallet. Below are two illustrative examples:
However, there is an SDK that allows you to avoid manually creating all the necessary messages. An example of how it can be used to send the transfer message is provided below: