Governance
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x0000…dead
Balances ($0.00)
No balances found for "Governance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Governance"
ABI
ABI objects
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[] domains) view returns (address[] result)
canWithdrawAfter(address) view returns (uint256)
delegatedTo(address) view returns (address)
getReceipt(uint256 proposalId, address voter) view returns (struct GovernanceReceipt)
latestProposalIds(address) view returns (uint256)
lockedBalance(address) view returns (uint256)
proposals(uint256) view returns (address proposer, address target, uint256 startTime, uint256 endTime, uint256 forVotes, uint256 againstVotes, bool executed, bool extended)
resolve(bytes32 node) view returns (address)
state(uint256 proposalId) view returns (uint8)
State-modifying
Events castDelegatedVote(address[] from, uint256 proposalId, bool support)
castVote(uint256 proposalId, bool support)
delegate(address to)
execute(uint256 proposalId) payable
initialize(bytes32 _torn)
lock(address owner, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
lockWithApproval(uint256 amount)
propose(address target, string description) returns (uint256)
proposeByDelegate(address from, address target, string description) returns (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)
Delegated(address indexed account, address indexed to)
ProposalCreated(uint256 indexed id, address indexed proposer, address target, uint256 startTime, uint256 endTime, string description)
ProposalExecuted(uint256 indexed proposalId)
Undelegated(address indexed account, address indexed from)
Voted(uint256 indexed proposalId, address indexed voter, bool indexed support, uint256 votes)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.