Transfer

Tokens transfer module

You can use this module to transfer any added coin to another Aptos address. The recipient's address should be specified in the wallet settings as a pair address (more information about setting up wallets).

  • Min amount & Max amount - the final amount of coin to transfer will be randomly chosen in the range of these numbers. If the maximum amount to transfer exceeds the current wallet balance, the wallet balance will be used as the maximum value.

  • Use all balance - will transfer all the coins you have in your wallet.

  • Send % of balance - It will randomly select a number from the minimum and maximum amount fields. This number will represent the percentage of tokens used from your wallet balance.

  • Gas price & Gas limit - price per gas unit and max used gas parameters (Gas calculation method).

  • Force gas limit - when turned on, the maximum gas limit will be exactly taken from the input.

Last updated