ERC-777 Token Standard
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| ERC777Token | 0xe58e113c |
⚙️ Functions this standard introduces (13)
0x959b8c3f | authorizeOperator(address) | |
0x70a08231 | balanceOf(address) | view |
0xfe9d9303 | burn(uint256,bytes) | |
0x06e48538 | defaultOperators() | view |
0x556f0dc7 | granularity() | view |
0xd95b6371 | isOperatorFor(address,address) | view |
0x06fdde03 | name() | view |
0xfc673c4f | operatorBurn(address,uint256,bytes,bytes) | |
0x62ad1b83 | operatorSend(address,address,uint256,bytes,bytes) | |
0xfad8b32a | revokeOperator(address) | |
0x9bd9bbc6 | send(address,uint256,bytes) | |
0x95d89b41 | symbol() | view |
0x18160ddd | totalSupply() | view |
⚖️ Compare with
Parsed from the canonical specification · discussion