web3wagmi
← All standards

ERC-7561 Simple NFT, Simplified ERC-721

Draftrequires ERC-721

🆔 ERC-165 interface ids

Computed here as the XOR of the selectors each interface defines.

IERC75610x304ad1f2
⚠️ 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)

0x70a08231balanceOf(address)view
0x6352211eownerOf(uint256)view
0x23b872ddtransferFrom(address,address,uint256)

⚖️ Compare with

Parsed from the canonical specification · discussion