WeightedVoteCheckpointStorage.sol
View Source: contracts/modules/Checkpoint/Voting/Transparent/WeightedVoteCheckpointStorage.sol
↘ Derived Contracts: WeightedVoteCheckpoint, WeightedVoteCheckpointProxy
WeightedVoteCheckpointStorage
Structs
Ballot
struct Ballot {
uint256 checkpointId,
uint256 quorum,
uint64 startTime,
uint64 endTime,
uint64 totalProposals,
uint56 totalVoters,
bool isActive,
mapping(uint256 => uint256) proposalToVotes,
mapping(address => uint256) investorToProposal,
mapping(address => bool) exemptedVoters
}
Contract Members
Constants & Variables
struct WeightedVoteCheckpointStorage.Ballot[] internal ballots;
Functions
PreviousRegistry for managing polymath feature switches (FeatureRegistry.sol)NextInterface for the Polymath Module Registry contract (IModuleRegistry.sol)
Last updated
Was this helpful?