Francisco Giordano d957b880fa make naming in ERC777 clearer 6 ani în urmă
..
ERC777.sol d957b880fa make naming in ERC777 clearer 6 ani în urmă
IERC777.sol c589256203 fix typos 6 ani în urmă
IERC777Recipient.sol bd13be9174 lint 6 ani în urmă
IERC777Sender.sol 2f9ae975c8 merge api docs changes 6 ani în urmă
README.md 2f9ae975c8 merge api docs changes 6 ani în urmă

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.

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.