Governance

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x62f754e2 at 11474692
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots

No balances found for "Governance"

No transactions found for "Governance"


Functions
Getter at block 21270689
CLOSING_PERIOD(view returns (uint256)
3600
EXECUTION_DELAY(view returns (uint256)
172800
EXECUTION_EXPIRATION(view returns (uint256)
259200
PROPOSAL_THRESHOLD(view returns (uint256)
1000000000000000000000
QUORUM_VOTES(view returns (uint256)
25000000000000000000000
VOTE_EXTEND_TIME(view returns (uint256)
21600
VOTING_DELAY(view returns (uint256)
75
VOTING_PERIOD(view returns (uint256)
259200
proposalCount(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
torn(view returns (address)
0x000000000000000000000000000000000000dead
Read-only
bulkResolve(bytes32[] domainsview returns (address[] result)
canWithdrawAfter(addressview returns (uint256)
delegatedTo(addressview returns (address)
getReceipt(uint256 proposalIdaddress voterview returns (struct GovernanceReceipt)
latestProposalIds(addressview returns (uint256)
lockedBalance(addressview returns (uint256)
proposals(uint256view returns (address proposeraddress targetuint256 startTimeuint256 endTimeuint256 forVotesuint256 againstVotesbool executedbool extended)
resolve(bytes32 nodeview returns (address)
state(uint256 proposalIdview returns (uint8)
State-modifying
castDelegatedVote(address[] fromuint256 proposalIdbool support
castVote(uint256 proposalIdbool support
delegate(address to
execute(uint256 proposalIdpayable 
initialize(bytes32 _torn
lock(address owneruint256 amountuint256 deadlineuint8 vbytes32 rbytes32 s
lockWithApproval(uint256 amount
propose(address targetstring descriptionreturns (uint256)
proposeByDelegate(address fromaddress targetstring descriptionreturns (uint256)
setClosingPeriod(uint256 closingPeriod
setExecutionDelay(uint256 executionDelay
setExecutionExpiration(uint256 executionExpiration
setProposalThreshold(uint256 proposalThreshold
setQuorumVotes(uint256 quorumVotes
setVoteExtendTime(uint256 voteExtendTime
setVotingDelay(uint256 votingDelay
setVotingPeriod(uint256 votingPeriod
undelegate(
unlock(uint256 amount
Events
Delegated(address indexed accountaddress indexed to
ProposalCreated(uint256 indexed idaddress indexed proposeraddress targetuint256 startTimeuint256 endTimestring description
ProposalExecuted(uint256 indexed proposalId
Undelegated(address indexed accountaddress indexed from
Voted(uint256 indexed proposalIdaddress indexed voterbool indexed supportuint256 votes
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.