• Academy
  • Blog
  • FAQ

Back

15 Nov 2022
For Beginners

I Didn't Receive wETH... Where Is It?

Learn why wETH won't always appear in your wallet

  • Samurai.jpg
    Samurai
Copy

You most likely do have it - wallet UIs rarely show internal transactions. These however can be tracked via a block explorer!

Further evidence can also be found by clicking into the transaction hash as shown below:

Looking at the ‘State Change’ tab will show your ETH balance before and after the transaction for reference. You can also verify the transaction by calling your account balance from the block before and after with something like web3.py - as shown here:

address = w3.toChecksumAddress(Your_Wallet_Address)
w3.eth.get_balance(address, block_identifier=Block_Number)
w3.eth.get_balance(address, block_identifier=Block_Number)

Exchange | Furo | Docs | Discord | Twitter | Telegram | Newsletter | YouTube | Github

Similar Articles
For Technical Users

Removing from the Block Explorer: Trident

How to remove old Trident positions from the explorer.

19 Sep, 2024

Tutorial: Limit Orders and Dollar-Cost Averaging (DCA)
For Beginners

Tutorial: Limit Orders and Dollar-Cost Averaging (DCA)

Welcome to our guide on Limit Orders and Dollar-Cost Averaging (DCA)!

21 Aug, 2024

FAQ: Limit Orders
For Beginners

FAQ: Limit Orders

Everything you need to know about Sushi Limit Orders

20 Aug, 2024