Francisco Giordano 852e11c2db New guides (#1792) 6 years ago
..
ERC777.sol 1e584e4957 Fix errors in ERC777 docstrings (#1797) 6 years ago
IERC777.sol c589256203 fix typos 6 years ago
IERC777Recipient.sol d9d1082247 Change uint to uint256 (#1794) 6 years ago
IERC777Sender.sol d9d1082247 Change uint to uint256 (#1794) 6 years ago
README.md 852e11c2db New guides (#1792) 6 years ago

README.md


sections:

  • title: Core contracts:
    • IERC777
    • ERC777
  • title: Hooks contracts:
    • IERC777Sender
    • IERC777Recipient ---

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

For an overview of ERC777 tokens and a walkthrough on how to create a token contract read our 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.