165
- EIP-165: Standard Interface Detection
- Solidity get interface id and ERC165 | by Nhan Cao | Sep, 2021 | Medium
- Ethereum Standard ERC165 Explained | by Leo Zhang | Medium
- Solidity - Basics of Interface - GeeksforGeeks
wiki.software.Programming Language.Solidity.ERC.721 Interface Stuff
Contract Name | ERC-165 identifier |
---|---|
ERC721 | 0x80ac58cd |
ERC721TokenReceiver | 0x150b7a02 |
ERC721Metadata | 0x5b5e139f |
ERC721Enumerable | 0x780e9d63 |
ERC1155 | 0xd9b67a26 |
ERC165 | 0x01ffc9a7 |
EIP-1363: Payable Token | 0xb0202a11 |
- Example contract on mainnet
- Etherscan
- tokens - ERC-165 query on ERC-721 implementation - Ethereum Stack Exchange
- solidity - ERC721: Interface ID Registration - Ethereum Stack Exchange