web3wagmi
← All standards

ERC-721 vs ERC-7832

Non-Fungible Token Standard compared with Sustainable collaborative NFT collections.

ERC-7832 is a strict superset of ERC-721
10 shared · 10 vs 29 functions · 100% of the smaller surface

🤝 Shared (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-721 (0)

None.

▶️ Only in ERC-7832 (19)

0x75b238fcADMIN_ROLE()
0x42966c68burn(uint256)
0xeafb79e2CONTRIBUTOR_ROLE()
0x8aeda25aCREATOR_ROLE()
0x788cf255creatorSignatureFee()
0x009a9b7bcurrentTokenId()
0x00362a95donate(address)
0x2b62ebd5getCreatorSignature()
0x14bcec9flastUpdateTimestamp()
0x1ec7748amaxMintsPerUserInCycle()
0xd72b4477mintBaseFee()
0x13966db5mintFee()
0x147b58c0mintsPerUserInCycle(address)
0x8456cb59pause()
0x695850fbsafeMint(string)
0x3f4ba83aunpause()
0x89ac4147UPDATE_INTERVAL()
0xd3d9462aupdateTerms(uint256,uint256,uint256)
0x2e1a7d4dwithdraw(uint256)

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