While deploying contract on blockchain, on adding transaction it gives error insufficient funds for
gas *price +value
What is that mean?
in https://dashboard.alchemyapi.io/ go to :
make sure to change the network on Meta Mask from Main Net to Ropstn Test Network.
Make sure to have balance in Ropsten network, you can use this url to transfer some Ether to your wallet https://faucet.ropsten.be/
that set.
Value is the amount of Ether set to be transferred with the transaction. E.g. "Send 10 ETH to Contract X."
Gas is the transaction verification fee; basically units of network computing required to execute the transaction. E.g. "30,000 gas estimate".
Price is the bid for Gas, priced in Ether. E.g. "0.0001 ETH/gas". While the gas requirement depends on the complexity of the transaction, the bid for gas is under the sender's control, with higher gas bids incentivizing miners to prioritize the transaction.
Altogether, something like "Send 10ETH to the contract with 30,000 gas in processing at 0.0001 ETH/gas" = total transaction funding required, and it exceeds the sending account balance. Meaning, insufficient funds.
Hope it helps.
If you are a Chainlink node operator, to fix this error you will need to fund your oracle account OR the oracle contract.
The oracle contract is what you "deploy" in remix. The oracle account is the page you can log into. See here for more info.
If you are a contract creator, the node operator you are trying to hit may have insufficient ETH in their address, or your contract is not funded properly.
See the example walkthrough for more information on hitting a node.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With