ERC-7561 Simple NFT, Simplified ERC-721
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IERC7561 | 0x304ad1f2 |
⚠️ The spec asserts 0xc1b31357 for IERC7561, which its own interface does not produce.
Asserted value is a copy-paste of ERC-7196's id, the XOR of totalSupply(), balanceOf(address) and transfer(address,uint256). ERC-7561 declares no transfer(address,uint256).
⚙️ Functions this standard introduces (3)
0x70a08231 | balanceOf(address) | view |
0x6352211e | ownerOf(uint256) | view |
0x23b872dd | transferFrom(address,address,uint256) |
⚖️ Compare with
Parsed from the canonical specification · discussion