I’m trying to return an incorrectly sent transaction, but I keep getting an error. What should I do?

When attempting to return transactions, you may often encounter an error, such as a message saying that the transaction or address wasn’t found. This typically happens in networks like Ethereum (ERC20), Ethereum Classic, and Binance Smart Chain (BEP20). The issue is often caused by block explorers, particularly those based on the Etherscan code (such as https://etherscan.io, https://bscscan.com, etc.), which sometimes display information incorrectly—certain characters might be in the wrong case.

To avoid this issue, we recommend using another service, such as https://blockchair.com. View the address and transaction there, copy them, and use them with the correct case.