-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add "transfer all" option for contracts #1051
Comments
The send-screen is generic and should always display the 'send all' radio box. |
Sure. The issue only exists for custom contracts. In this particular example (Vitalik's hard fork splitter contract) it makes it nearly impossible to transfer all the Ether from a account to the contract, always leaving some rest amount of Ether in the source account (and thus open to the replay attack the contract is supposed to eliminate). Whatever the reason might be: I think there is a great demand to have that "transfer all" option available for any kind of transaction. Otherwise we'll see even more abandoned accounts with pennies left in them over the years. |
I think it makes more sense to add a specific contract to use that on the send page rather than add a generic send all for all contracts. It would be terrible if someone accidentally sent all their ether to a contract not supposed to do that. |
The contract execute functionality belongs in its own dapp in the future and is only in the wallet for the reason of not being otherwise possible. |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
The "transfer all" function has been implemented in Mist for sending Ether from one address to another but is missing when using contracts. As a result it's currently very difficult to send all Ether from a wallet to a specific contract.
System information
The text was updated successfully, but these errors were encountered: