Automatically merged updates to draft EIP(s) 823 (#2151)

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
Kashish Khullar 2019-06-27 09:22:43 +05:30 committed by EIP Automerge Bot
parent 2e90310dde
commit 94b3ac99e0

View File

@ -187,13 +187,13 @@ event ExchangeAndSpent ( address _from, address _by, uint _value ,address _targe
### Diagramatic Explanation
#### Exchanging Tokens
![token-exchange-standard-visual-representation-1](https://raw.githubusercontent.com/kashishkhullar/EIPs/master/assets/eip-823/eip-823-token-exchange-standard-visual-representation-1.PNG)
![token-exchange-standard-visual-representation-1](../assets/eip-823/eip-823-token-exchange-standard-visual-representation-1.PNG)
NOTE: After the successful exchange the contract on right owns some tokens of the contract on the left.
#### Exchanging And Spending Tokens
![token-exchange-standard-visual-representation-2](https://raw.githubusercontent.com/kashishkhullar/EIPs/master/assets/eip-823/eip-823-token-exchange-standard-visual-representation-2.PNG)
![token-exchange-standard-visual-representation-2](../assets/eip-823/eip-823-token-exchange-standard-visual-representation-2.PNG)
NOTE: After the successful exchange the contract on right owns some tokens of the contract on the left.