alpha-wallet-android icon indicating copy to clipboard operation
alpha-wallet-android copied to clipboard

Remove Contract Address QR code function

Open tab00 opened this issue 2 years ago • 2 comments

I found that the token address of a token can be found in the "My Wallet Address" screen by clicking on the Ethereum logo on the top right.

Making it possible to show a QR code of the contract address is a bad idea because then someone could scan and send tokens to the contract, instead of the intended recipient. The Ethereum logo could be accidentally pressed. Such tokens can then end up being stuck in there forever as usually token contracts aren't programmed with a custom function for withdrawing tokens.

Usually there's no reason to be sending tokens into a token contract.

tab00 avatar Sep 19 '23 16:09 tab00

Yep ok. This is actually in here for development purposes. Now that we can access it from the token info itself this can be removed.

JamesSmartCell avatar Sep 23 '23 00:09 JamesSmartCell

There's currently no way to access that option, it's been deprecated, but that code should be removed too.

JamesSmartCell avatar Sep 23 '23 05:09 JamesSmartCell