web3wagmi
← All standards

ERC-721 vs ERC-5585

Non-Fungible Token Standard compared with ERC-721 NFT Authorization.

No shared functions
0 shared · 10 vs 12 functions · 0% of the smaller surface

ERC-5585 lists ERC-721 in its requires field but declares no inheritance in its interface, so any surface it inherits is not counted here.

🤝 Shared (0)

None.

◀️ Only in ERC-721 (10)

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

▶️ Only in ERC-5585 (12)

0xbcc02b8cauthorizeUser(uint256,address,string[],uint256)
0x2bb4a141authorizeUser(uint256,address,uint256)
0x168501f7checkAuthorizationAvailability(uint256)
0x253a4e4fextendDuration(uint256,address,uint256)
0x94f712f9getExpires(uint256,address)
0x490c8ce2getRights()
0x9408fea9getUserRights(uint256,address)
0xd96bfbb3resetUser(uint256,address)
0x56217f40transferUserRights(uint256,address)
0x9e6c65d7updateResetAllowed(bool)
0x5c065d92updateUserLimit(uint256)
0xe478bae7updateUserRights(uint256,address,string[])

Both surfaces parsed from the canonical specifications: ERC-721 · ERC-5585