ERC-1261 vs ERC-1417
Membership Verification Token (MVT) compared with Poll Standard.
No shared functions
0 shared · 15 vs 17 functions · 0% of the smaller surface
ERC-1417 lists ERC-1261 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-1261 (15)
0x00c6abf9 | addAttributeSet(bytes32,bytes32[]) |
0x061dff9a | approveRequest(address) |
0x15bc9406 | assignTo(address,uint256[]) |
0x6112e48f | discardRequest(address) |
0xa324a9cf | forfeitMembership() |
0x7c0f6b35 | getAllMembers() |
0x04c017c9 | getAttributeByIndex(address,uint256) |
0xf0e72756 | getAttributeExhaustiveCollection(bytes32) |
0x4e6762fa | getAttributeNames() |
0x446d5aa4 | getAttributes(address) |
0xcb695ef4 | getCurrentMemberCount() |
0xae6b1143 | isCurrentMember(address) |
0x7851c0ed | modifyAttributeByIndex(address,uint256,uint256) |
0x7ec92e59 | requestMembership(uint256[]) |
0xc89ed7aa | revokeFrom(address) |
▶️ Only in ERC-1417 (17)
0x3fbd4216 | calculateVoteWeight(address) |
0xadfaa72e | canVote(address) |
0x439f5ac2 | getEndTime() |
0x17d7de7c | getName() |
0xb6d325a3 | getPollType() |
0x62564c48 | getProposals() |
0xa1774da0 | getProtocolAddresses() |
0xc828371e | getStartTime() |
0x9e35bf13 | getVoterBaseDenominator() |
0xbaf8f441 | getVoterBaseLogic() |
0xe92e5c34 | getVoterCount(uint256) |
0x44a09e65 | getVoterCounts() |
0xca656e5a | getVoteTallies() |
0x79cc9351 | getVoteTally(uint256) |
0x43c14b22 | revokeVote() |
0xb3f98adc | vote(uint8) |
0x609ff1bd | winningProposal() |
Both surfaces parsed from the canonical specifications: ERC-1261 · ERC-1417