cybertim / blockwallet

Block Wallet
10 stars 51 forks source link

Transfer #53

Closed hooka123 closed 6 years ago

hooka123 commented 6 years ago

Hope I’m in right spot Have a problem don’t know if I’m in right spot for this? Can send eth from wallet, try to send other tokens Receive address keeps changing after I send transactions fail ,recipient address is being replaced with sending token contact address .sending eth is okay nothing else will send,recipient too address changes to token address ,not the receiving address I put in. Unsure if I’m reading etherscan correctly. 364c2450-ba20-4b60-af58-03e1a7e9b709

cybertim commented 6 years ago

So, what are you trying to accomplish? When you send ETH everything works I presume, but sending a Token (to someone else? or blockwallet?) the transaction fails?

When sending a 'token' you are doing just altering a contract. That is why the 'receiving' address of the transaction changes to the contract address. Within the transaction the receiving partys address is included. This way the contract knows who now owns the tokens. Are you sure the token is erc20 compatible? and the receiving address is a normal ethereum address?