README.adoc 689 B

123456789101112131415161718192021222324
  1. = ERC 777
  2. [.readme-notice]
  3. NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/token/erc777
  4. This set of interfaces and contracts are all related to the [ERC777 token standard](https://eips.ethereum.org/EIPS/eip-777).
  5. TIP: For an overview of ERC777 tokens and a walk through on how to create a token contract read our xref:ROOT:erc777.adoc[ERC777 guide].
  6. The token behavior itself is implemented in the core contracts: {IERC777}, {ERC777}.
  7. Additionally there are interfaces used to develop contracts that react to token movements: {IERC777Sender}, {IERC777Recipient}.
  8. == Core
  9. {{IERC777}}
  10. {{ERC777}}
  11. == Hooks
  12. {{IERC777Sender}}
  13. {{IERC777Recipient}}