lessmore92 / php-erc20

The simple way to interact with Ethereum ERC20 token.
MIT License
26 stars 26 forks source link

insufficient funds for gas * price + value #15

Closed ydlds closed 2 years ago

ydlds commented 2 years ago

insufficient funds for gas * price + value

owner_address 12 usdt myapp_address is 0.08eth

lessmore92 commented 2 years ago

Usually, gasPrice and gasLimit caused this error. Please check those values.

ydlds commented 2 years ago

Adjust the gasprice to very low, it is normal, but the transaction is very slow, can you fix it? Thank you so much

ydlds commented 2 years ago

我是一个中国人,不会英文

lessmore92 commented 2 years ago

Adjust the gasprice to very low, it is normal, but the transaction is very slow, can you fix it? Thank you so much

No, You can adjust those values based on your usage

ydlds commented 2 years ago

The sent gasprice is not a normal value, and the wei value re-obtained on the main network also prompts an insufficient error. There is no problem with using web3.js, but there should be a problem with the package processing the gasprice value.