web3wagmi
← All standards

ERC-7695 Ownership Delegation and Context for ERC-721

Draftrequires ERC-165, ERC-721

🆔 ERC-165 interface ids

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

IERC76950x486b6fba

⚙️ Functions this standard introduces (18)

0xe34464d4acceptOwnershipDelegation(uint256)
0x624fedb2attachContext(bytes32,uint256,bytes)
0xf6c6bb92createContext(address,uint64,bytes)
0xf2ddaf3dexecDetachContext(bytes32,uint256,bytes)
0x29b2be01getContext(bytes32)view
0xcb6252c6getContextUser(bytes32,uint256)view
0xe1458320getOwnershipDelegatee(uint256)view
0x10bda4edgetOwnershipManager(uint256)view
0xce2dc36bisAttachedWithContext(bytes32,uint256)view
0x4b8532b0isTokenContextLocked(bytes32,uint256)view
0xaaf70302maxDetachingDuration()view
0xcad98336pendingOwnershipDelegatee(uint256)view
0x99d788f0requestDetachContext(bytes32,uint256,bytes)
0xddc89f4fsetContextLock(bytes32,uint256,bool)
0x68afc92dsetContextUser(bytes32,uint256,address)
0x50814c2dstartDelegateOwnership(uint256,address,uint64)
0x993c5874stopOwnershipDelegation(uint256)
0xded8825dupdateContext(bytes32,address,uint64)

🧬 Inherited (10)

0x095ea7b3approve(address,uint256)ERC-721
0x70a08231balanceOf(address)ERC-721
0x081812fcgetApproved(uint256)ERC-721
0xe985e9c5isApprovedForAll(address,address)ERC-721
0x6352211eownerOf(uint256)ERC-721
0xb88d4fdesafeTransferFrom(address,address,uint256,bytes)ERC-721
0x42842e0esafeTransferFrom(address,address,uint256)ERC-721
0xa22cb465setApprovalForAll(address,bool)ERC-721
0x01ffc9a7supportsInterface(bytes4)ERC-165
0x23b872ddtransferFrom(address,address,uint256)ERC-721

⚖️ Compare with

Parsed from the canonical specification · discussion