← All standardsERC-721 Non-Fungible Token Standard
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
⚙️ Functions this standard introduces (9)
0x095ea7b3 | approve(address,uint256) | payable |
0x70a08231 | balanceOf(address) | view |
0x081812fc | getApproved(uint256) | view |
0xe985e9c5 | isApprovedForAll(address,address) | view |
0x6352211e | ownerOf(uint256) | view |
0xb88d4fde | safeTransferFrom(address,address,uint256,bytes) | payable |
0x42842e0e | safeTransferFrom(address,address,uint256) | payable |
0xa22cb465 | setApprovalForAll(address,bool) | |
0x23b872dd | transferFrom(address,address,uint256) | payable |
🧬 Inherited (1)
0x01ffc9a7 | supportsInterface(bytes4) | ERC-165 |
Parsed from the canonical specification · discussion