-1

someone can provide how to transfer bep20 token on BSC testnet between accounts. I tried in different ways but have a problem
enter image description here

enter image description here

TylerH
  • 20,799
  • 66
  • 75
  • 101
singlesly
  • 101
  • 2
  • 3
  • Please do not post screenshots of code. Include the code in the question itself via a [mcve]. This includes error messagesa nd log/trace data as well. – TylerH Sep 16 '22 at 19:08

1 Answers1

1

The sender address, stored in the accountFrom.address value, doesn't hold enough BNB to pay for the gas fees related to the token transfer.

Solution: Fund the address so that it has at least 0.00054187 BNB (= 54,187 gas units, times 10 gwei as the gas price) on the testnet to cover the fees for this transaction.

Petr Hejda
  • 40,554
  • 8
  • 72
  • 100