Skip to content

Latest commit

 

History

History

ERC223

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
sections
title contracts
Core
IERC223
ERC223
title contracts
Hooks
IERC223Recipient
title contracts
Extensions
ERC223Burnable
ERC223Mintable

This set of interfaces and contracts are all related to the ERC223 token standard.

The token behavior itself is implemented in the core contracts: IERC223, ERC223.

Additionally there are interfaces used to develop contracts that handle incoming token transfers: IERC223Recipient.

Advanced token contract that supports calls of custom token handler functions is implemented as ERC223CustomFallback.sol.