ERC-1202 Voting Interface
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IERC1202Core | 0x9bf5c246 |
| IERC1202MultiVote | 0xde20f8c3 |
| IERC1202Info | 0xe9ead4cd |
⚙️ Functions this standard introduces (6)
0xde20f8c3 | castMultiVote(uint256,uint8[],uint256[],string,bytes) | payable |
0x2b7ad4a8 | castVote(uint256,uint8,uint256,string,bytes) | payable |
0xe960ddfb | castVoteFrom(address,uint256,uint8,uint256,string,bytes) | payable |
0x01703246 | eligibleVotingWeight(uint256,address) | view |
0x59efcb15 | execute(uint256,bytes) | payable |
0xe89ae68b | votingPeriodFor(uint256) | view |
⚖️ Compare with
Parsed from the canonical specification · discussion