web3wagmi
← All standards

ERC-173 vs ERC-725

Contract Ownership Standard compared with General data key/value store and execution.

No shared functions
0 shared · 3 vs 7 functions · 0% of the smaller surface

ERC-725 lists ERC-173 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-173 (3)

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

▶️ Only in ERC-725 (7)

0x44c028feexecute(uint256,address,uint256,bytes)
0x6c31b526executeBatch(uint256[],address[],uint256[],bytes)
0x31858452executeBatch(uint256[],address[],uint256[],bytes[])
0x54f6127fgetData(bytes32)
0xdedff9c6getDataBatch(bytes32[])
0x7f23690csetData(bytes32,bytes)
0x97902421setDataBatch(bytes32[],bytes[])

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