Ad
Bep20 Web3 Send Tokens Between Accounts Example
someone can provide how to transfer bep20 token on BSC testnet between accounts. I tried in different ways but have a problem
Ad
Answer
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.
Ad
source: stackoverflow.com
Related Questions
- → Sync with ganache-cli in python
- → How can I set my site so users can sign in with metamask?
- → Listening to Uniswap contract events using web3.py and infura.io
- → How to send Ether Using Web3 and Gas Charges are Paid from Another Address?
- → Contract_ABI returned from API call has JSON interface error
- → What is the difference between the two parameters "latest" and "earliest" in web3.eth.getBlock()
- → bep20 web3 send tokens between accounts example
- → Web3.py: ValueError when using pending filter
- → Why can i not read a file from my assets folder?
- → How do you push asynchronous responses into an array in the order they were requested?
- → How to check if ethereum transaction has been mined
- → Obtaining details about a token from an ERC-20 token address
- → Call solidity function from javascript got [object promise]?
Ad