web3wagmi
← All standards

ERC-6464 Multi-operator, per-token ERC-721 approvals.

Stagnantrequires ERC-165, ERC-721

🆔 ERC-165 interface ids

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

IERC64640x29b49ed2

⚙️ Functions this standard introduces (5)

0x727ed55disExplicitlyApprovedFor(address,uint256)view
0x92a2d6c9revokeAllExplicitApprovals()
0xf6f383a8revokeAllExplicitApprovals(uint256)
0x473de4c0setExplicitApproval(address,uint256,bool)
0x78a6fa2esetExplicitApproval(address,uint256[],bool)

🧬 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