Questions tagged [sendtransaction]

100 questions
1
vote
0 answers

error : "Value was either too large or too small for a Decimal" await web3.Eth.TransactionManager.SendTransactionAsync(transactionInput); In c#

Every thing is working fine till I execute var transactionHash = await web3.Eth.TransactionManager.SendTransactionAsync(transactionInput) await web3.Eth.TransactionManager.SendTransactionAsync(transactionInput); error : Value was either too large…
0
votes
2 answers

Transaction executed but 0 ETH sent

When I try to send EHT using the below code, the transaction executes, but 0 EHT is sent: const getEthereumContract = () => { // const provider = new ethers.provider.Web3Provider(ethereum); const provider = new…
0
votes
1 answer

insufficient funds for gas

sorry I'm too stupid to transfer eth from one account to another. I want to transfer all eth from one wallet to the other. With eth.getbalance the value is: 26303362261697318 About 0.12193 eth web3.eth.sendTransaction({ from: "0xssss", to:…