web3wagmi
← All standards

ERC-173 vs ERC-1261

Contract Ownership Standard compared with Membership Verification Token (MVT).

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

ERC-1261 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-1261 (15)

0x00c6abf9addAttributeSet(bytes32,bytes32[])
0x061dff9aapproveRequest(address)
0x15bc9406assignTo(address,uint256[])
0x6112e48fdiscardRequest(address)
0xa324a9cfforfeitMembership()
0x7c0f6b35getAllMembers()
0x04c017c9getAttributeByIndex(address,uint256)
0xf0e72756getAttributeExhaustiveCollection(bytes32)
0x4e6762fagetAttributeNames()
0x446d5aa4getAttributes(address)
0xcb695ef4getCurrentMemberCount()
0xae6b1143isCurrentMember(address)
0x7851c0edmodifyAttributeByIndex(address,uint256,uint256)
0x7ec92e59requestMembership(uint256[])
0xc89ed7aarevokeFrom(address)

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