ERC-5007 Time NFT, ERC-721 Time Extension
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IERC5007 | 0x7a0cdf92 |
⚠️ The spec asserts 0xf140be0d for IERC5007, which its own interface does not produce.
The int64 to uint64 edit was to return types, which cannot change a selector, yet the comment was rewritten. The file's sibling IERC5007Composable still matches the parser exactly.
⚙️ Functions this standard introduces (2)
0x44c816fa | endTime(uint256) | view |
0x3ec4c968 | startTime(uint256) | view |
🧬 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 |
⚖️ Compare with
Parsed from the canonical specification · discussion