-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged by EIP-Bot.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
eip: 223 | ||
title: Token with communication model | ||
title: Token with transaction handling model | ||
description: Token with transaction handling model designed to behave identical to native currency (ether) | ||
author: Dexaran (@Dexaran) <[email protected]> | ||
discussions-to: https://ethereum-magicians.org/t/erc-223-token-standard/12894 | ||
|
@@ -12,7 +12,7 @@ created: 2017-05-03 | |
|
||
## Abstract | ||
|
||
The following describes an interface for fungible tokens that supports a `tokenReceived` callback to notify contract recipients when tokens are received. | ||
The following describes an interface and logic for fungible tokens that supports a `tokenReceived` callback to notify contract recipients when tokens are received. This makes tokens behave identical to ether. | ||
|
||
## Motivation | ||
|
||
|