ERC-165 vs ERC-1417
Standard Interface Detection compared with Poll Standard.
No shared functions
0 shared · 1 vs 17 functions · 0% of the smaller surface
ERC-1417 lists ERC-165 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-165 (1)
0x01ffc9a7 | supportsInterface(bytes4) |
▶️ 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-165 · ERC-1417