Voting module for governance (WeightedVoteCheckpointProxy.sol)

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

↗ Extends: WeightedVoteCheckpointStoragearrow-up-right, VotingCheckpointStoragearrow-up-right, ModuleStoragearrow-up-right, Pausablearrow-up-right, OwnedUpgradeabilityProxyarrow-up-right

WeightedVoteCheckpointProxy

Functions

Constructor

function (string _version, address _securityToken, address _polyAddress, address _implementation) public nonpayable ModuleStorage

Arguments

Name

Type

Description

_version

string

_securityToken

address

Address of the security token

_polyAddress

address

Address of the polytoken

_implementation

address

representing the address of the new implementation to be set

Last updated

Was this helpful?