At https://etherscan.io/, I cannot find txhash

At https://etherscan.io/, I cannot find txhash,

Address: 0xf33fe08604b009f55A7B898ee9b8D19688B0aC25

Txhash:
0xb13f43fbe5f8d3671b060a61d0860e846505c4cf4eb921cf8bcc677b5a410e37
0xd8d8aaf399bec99d6dc3eaf9ec5def2ae38e87e7bf8c31555831b2791936be69
0x79743fc1c08f3aa560348ddb13198b72e8ed735ba74b94741708fd57a419db84

Ask for help, thanks!

1 Like

Hi @11125 welcome to the community! If you are not seeing the transaction on Etherscan that would mean it was never became part of a block and added to the blockchain. Can you share any additional information about those transaction, specifically the address that the transaction was sent from or to? That might help to see what is happening.

From: 0xf33fe08604b009f55A7B898ee9b8D19688B0aC25
To: 0xd0a29ec5a7866319fb927f151b0725636eb0e795
Params:
{
“nonce”: “0x9415”,
“gasPrice”: 30500000000,
“gasLimit”: 21000,
“to”: “0xd0a29ec5a7866319fb927f151b0725636eb0e795”,
“value”: 9250000000000000,
“chainId”: 1
}

Use:web3.eth.sendSignedTransaction

Response Txhash:
0x043f2401cecd711b21d80fb44dbc8ede0d53e5ef0b0afc702f2b4e6788b0341f

The problem has been solved, the reason is a nonce error, thank you!