Files
openzeppelin-contracts/contracts/token/ERC777
Francisco Giordano c589256203 fix typos
2019-05-23 19:35:20 -03:00
..
2019-05-23 18:24:33 -03:00
2019-05-23 19:35:20 -03:00
2019-05-23 18:24:33 -03:00
2019-05-23 18:24:31 -03:00
2019-05-23 18:24:31 -03:00

sections
sections
title contracts
Core
IERC777
ERC777
title contracts
Hooks
IERC777Sender
IERC777Recipient

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

The token behavior itself is implemented in the core contracts: IERC777, ERC777.

Additionally there are interfaces used to develop contracts that react to token movements: IERC777Sender, IERC777Recipient.