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

Last updated