VotingCheckpoint.sol

View Source: contracts/modules/Checkpoint/Voting/VotingCheckpoint.solarrow-up-right

↗ Extends: VotingCheckpointStoragearrow-up-right, ICheckpointarrow-up-right, IVotingarrow-up-right, Modulearrow-up-right ↘ Derived Contracts: PLCRVotingCheckpointarrow-up-right, WeightedVoteCheckpointarrow-up-right

VotingCheckpoint

Events

event ChangedDefaultExemptedVotersList(address indexed _voter, bool  _exempt);

Functions

changeDefaultExemptedVotersList

function changeDefaultExemptedVotersList(address _voter, bool _exempt) external nonpayable withPerm

Arguments

Name

Type

Description

_voter

address

Address of the voter

_exempt

bool

Whether it is exempted or not

changeDefaultExemptedVotersListMulti

Arguments

Name

Type

Description

_voters

address[]

Address of the voter

_exempts

bool[]

Whether it is exempted or not

_changeDefaultExemptedVotersList

Arguments

Name

Type

Description

_voter

address

_exempt

bool

getDefaultExemptionVotersList

Arguments

Name

Type

Description

Last updated

Was this helpful?