Nicolás Venturo 3e139baa50 Add missing hook to ERC777, fix relevant documentation (#2191) пре 5 година
..
ERC777.sol 3e139baa50 Add missing hook to ERC777, fix relevant documentation (#2191) пре 5 година
IERC777.sol d2ab599bd3 Update IERC777.sol (#2184) пре 5 година
IERC777Recipient.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) пре 5 година
IERC777Sender.sol 5dfe7215a9 Migrate Contracts to Solidity v0.6 (#2080) пре 5 година
README.adoc 402c6ab4cc Update docs (#2168) пре 5 година

README.adoc

= ERC 777
This set of interfaces and contracts are all related to the [ERC777 token standard](https://eips.ethereum.org/EIPS/eip-777).

TIP: For an overview of ERC777 tokens and a walkthrough on how to create a token contract read our xref:ROOT:erc777.adoc[ERC777 guide].

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}.

== Core

{{IERC777}}

{{ERC777}}

== Hooks

{{IERC777Sender}}

{{IERC777Recipient}}