Skip to content

Commit

Permalink
Update EIP-223: Update eip-223.md
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
Dexaran authored Aug 9, 2023
1 parent a48cd30 commit a5738a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-223.md
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
Expand All @@ -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

Expand Down

0 comments on commit a5738a6

Please sign in to comment.