web3wagmi
← All standards

ERC-173 vs ERC-7291

Contract Ownership Standard compared with Purpose bound money.

ERC-7291 is a strict superset of ERC-173
3 shared · 3 vs 17 functions · 100% of the smaller surface

🤝 Shared (3)

0x8da5cb5bowner()
0x01ffc9a7supportsInterface(bytes4)
0xf2fde38btransferOwnership(address)

◀️ Only in ERC-173 (0)

None.

▶️ Only in ERC-7291 (14)

0x8a94b05fburn(address,uint256,uint256,bytes)
0x5473422eburnBatch(address,uint256[],uint256[],bytes)
0x07e82e0finitialise(address,uint256,address)
0xfe575a87isBlacklisted(address)
0x1a2f7167isMerchant(address)
0x99d548aaload(uint256)
0x73e17e76revokePBM(uint256)
0x2eb2c2d6safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)
0x5cfa9297safeMint(address,uint256,uint256,bytes)
0xc39dfed8safeMintBatch(address,uint256[],uint256[],bytes)
0xf242432asafeTransferFrom(address,address,uint256,uint256,bytes)
0x935a8b84underlyingBalanceOf(address)
0xdc7956f0unload(uint256)
0x0e89341curi(uint256)

Both surfaces parsed from the canonical specifications: ERC-173 · ERC-7291