You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Francisco Giordano
d95f5e2e50
|
6 years ago | |
---|---|---|
.. | ||
ERC777.sol | 6 years ago | |
IERC777.sol | 6 years ago | |
IERC777Recipient.sol | 6 years ago | |
IERC777Sender.sol | 6 years ago | |
README.md | 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.
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
.