← All standardsERC-5218 NFT Rights Management
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
⚙️ Functions this standard introduces (10)
0x4be8f976 | createLicense(uint256,uint256,address,string,address) | |
0x8f593d52 | getLicenseHolder(uint256) | view |
0xa9ea6b60 | getLicenseIdByTokenId(uint256) | view |
0xa4d603fe | getLicenseRevoker(uint256) | view |
0x4778ff98 | getLicenseTokenId(uint256) | view |
0x3b21b215 | getLicenseURI(uint256) | view |
0x56227341 | getParentLicenseId(uint256) | view |
0xe705c2b8 | isLicenseActive(uint256) | view |
0x439d4b5c | revokeLicense(uint256) | |
0xeb15473b | transferSublicense(uint256,address) | |
🧬 Inherited (10)
0x095ea7b3 | approve(address,uint256) | ERC-721 |
0x70a08231 | balanceOf(address) | ERC-721 |
0x081812fc | getApproved(uint256) | ERC-721 |
0xe985e9c5 | isApprovedForAll(address,address) | ERC-721 |
0x6352211e | ownerOf(uint256) | ERC-721 |
0xb88d4fde | safeTransferFrom(address,address,uint256,bytes) | ERC-721 |
0x42842e0e | safeTransferFrom(address,address,uint256) | ERC-721 |
0xa22cb465 | setApprovalForAll(address,bool) | ERC-721 |
0x01ffc9a7 | supportsInterface(bytes4) | ERC-165 |
0x23b872dd | transferFrom(address,address,uint256) | ERC-721 |
Parsed from the canonical specification · discussion