ERC-173 vs ERC-2767
Contract Ownership Standard compared with Contract Ownership Governance.
Overlapping, neither contains the other
1 shared · 3 vs 3 functions · 33% of the smaller surface
ERC-2767 lists ERC-173 in its requires field but declares no inheritance in its interface, so any surface it inherits is not counted here.
🤝 Shared (1)
0x01ffc9a7 | supportsInterface(bytes4) |
◀️ Only in ERC-173 (2)
0x8da5cb5b | owner() |
0xf2fde38b | transferOwnership(address) |
▶️ Only in ERC-2767 (2)
0x24bc1a64 | quorumVotes() |
0xfc0c546a | token() |
Both surfaces parsed from the canonical specifications: ERC-173 · ERC-2767