← All standardsERC-8325 Asset Anchor Registry
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IAssetAnchorRegistry | 0x52a94b86 |
| IAssetAnchorRegistryLifecycle | 0x6d8a9795 |
| IAssetAnchorRegistryRecovery | 0xe2cb93dc |
| IAssetBoundToken | 0x6e4d3d14 |
| IAssetBoundTokenId | 0x4a967b01 |
⚙️ Functions this standard introduces (17)
0x5b59619c | anchorId() | view |
0x6e5e9e49 | anchorIdOf(uint256) | view |
0x5a180c0a | anchorRegistry() | view |
0x4db66b0c | bindToken(bytes32,address,bytes32,uint256) | |
0xf4fa0648 | deactivateAnchor(bytes32,string) | |
0x7feb51d9 | getAnchor(bytes32) | view |
0xa5961b4c | getMetadata(bytes32) | view |
0xee6fc51e | invalidateTokenBinding(bytes32,bytes32) | |
0x5c36901c | isActive(bytes32) | view |
0x6f0c5082 | isAnchorActive() | view |
0x7ed0e942 | isAnchorActiveFor(uint256) | view |
0x0ca456c2 | isBindingValid(bytes32) | view |
0xe0d16cd8 | isBound(bytes32) | view |
0x83d0c9dc | reattest(bytes32,uint64,uint64) | |
0x8faf742d | registerAnchor(bytes32,bytes32,bytes) | |
0x0f8a69a6 | registerAndBind(bytes32,bytes32,bytes,address,bytes32,uint256) | |
0xe300d351 | registeredBy(bytes32) | view |
🧬 Inherited (1)
0x01ffc9a7 | supportsInterface(bytes4) | ERC-165 |
Parsed from the canonical specification · discussion