ERC-5058 Lockable Non-Fungible Tokens
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IERC5058 | 0xb5cbb170 |
⚙️ Functions this standard introduces (9)
0x4ce17b86 | getLockApproved(uint256) | view |
0x91c79cd7 | isLockApprovedForAll(address,address) | view |
0xf6aacfb1 | isLocked(uint256) | view |
0x1338736f | lock(uint256,uint256) | |
0x179a9c0f | lockApprove(address,uint256) | |
0x121cba19 | lockerOf(uint256) | view |
0x1ddae4f9 | lockExpiredTime(uint256) | view |
0xf4bbcb29 | setLockApprovalForAll(address,bool) | |
0x6198e339 | unlock(uint256) |
⚖️ Compare with
Parsed from the canonical specification · discussion