web3wagmi
← All standards

ERC-7401 Parent-Governed Non-Fungible Tokens Nesting

Finalrequires ERC-165, ERC-721

🆔 ERC-165 interface ids

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

IERC70590x14a07a0c
⚠️ The spec asserts 0x42b0e56f for IERC7059, which its own interface does not produce.

ERC-7401 half-applied its own stated fix: it restored bytes data on nestTransferFrom but left addChild(uint256,uint256), which the asserted id requires with bytes.

⚙️ Functions this standard introduces (12)

0xe97ceaa8acceptChild(uint256,uint256,address,uint256)
0x35440fafaddChild(uint256,uint256)
0xb390c0abburn(uint256,uint256)
0x2f32f937childOf(uint256,uint256)view
0x6f19951cchildrenOf(uint256)view
0xfb25fb7adirectOwnerOf(uint256)view
0x064c0a3anestTransferFrom(address,address,uint256,uint256,bytes)
0x6352211eownerOf(uint256)view
0xa898e364pendingChildOf(uint256,uint256)view
0x44ec9344pendingChildrenOf(uint256)view
0x97961336rejectAllChildren(uint256,uint256)
0xdefa80c3transferChild(uint256,address,uint256,uint256,address,uint256,bool,bytes)

🧬 Inherited (1)

0x01ffc9a7supportsInterface(bytes4)ERC-165

⚖️ Compare with

Parsed from the canonical specification · discussion