← All standardsERC-5725 Transferable Vesting NFT
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
⚙️ Functions this standard introduces (12)
0x379607f5 | claim(uint256) | |
0x9e0bd808 | claimablePayout(uint256) | view |
0x84e968e6 | claimedPayout(uint256) | view |
0x807c3531 | getClaimApproved(uint256) | view |
0xa2e8a50c | isClaimApprovedForAll(address,address) | view |
0x8b9cb90b | payoutToken(uint256) | view |
0xd113cfba | setClaimApproval(address,bool,uint256) | |
0x323418c1 | setClaimApprovalForAll(address,bool) | |
0xdb900b9d | vestedPayout(uint256) | view |
0xd744515f | vestedPayoutAtTime(uint256,uint256) | view |
0x81d0526d | vestingPayout(uint256) | view |
0x576561d2 | vestingPeriod(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 |
Parsed from the canonical specification · discussion