ERC-5639 Delegation Registry
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IDelegationRegistry | 0x0596d3d5 |
⚙️ Functions this standard introduces (15)
0x9c395bc2 | checkDelegateForAll(address,address) | view |
0x90c9a2d0 | checkDelegateForContract(address,address,address) | view |
0xaba69cf8 | checkDelegateForToken(address,address,address,uint256) | view |
0x685ee3e8 | delegateForAll(address,bool) | |
0x49c95d29 | delegateForContract(address,address,bool) | |
0x537a5c3d | delegateForToken(address,address,uint256,bool) | |
0xf956cf94 | getContractLevelDelegations(address) | view |
0x1b61f675 | getDelegatesForAll(address) | view |
0xed4b878e | getDelegatesForContract(address,address) | view |
0x1221156b | getDelegatesForToken(address,address,uint256) | view |
0x4fc69282 | getDelegationsByDelegate(address) | view |
0x6f007d87 | getTokenLevelDelegations(address) | view |
0x36137872 | revokeAllDelegates() | |
0xfa352c00 | revokeDelegate(address) | |
0x219044b0 | revokeSelf(address) |
⚖️ Compare with
Parsed from the canonical specification · discussion