DaoGovernor

Verified contract

Active on Ethereum with 398 txns
Deployed by via 0xa9585b59 at 14789712
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "DaoGovernor"

0x0bd44109334492e3de60bbdc39c1ff66db780e35ff9a591f3fe07e0f383b1801
0x8eee5cb8cbbfccdda7f0385565ffbb9f6f0a5cabb653682f226d5375c9dd73d4
0x70b8bd507a5ec6b5380786a99ea4ecce97511a233faad78e3e566c92df0dadd1
0xa2b9b605e807f1f9423e2ef3067f683508558694f7a03698d3971729aff75120
0x92218603fe4042e184c26a0ccad2fd7f53241f2f66d6b5b901bc8e6a915e06f0
0x5a3e8fcd256d193c5dfa471006947b8e93ded4fe4c5615f205958ee65d9562a4
0xf255270048bc40d04ce8737e97e2469b27b5de56377396667032a532d7eb0a18
0x7b12b8561b976f3db06c905dfdad7cfbfd1139cabc6ab7638b358a2738c9a261
0x249b10e8902d45c5bf1462898bca282741cf6be91dacd8a3094bc7992d0f2d06
0x243dd7c1adacc1fac83eedf098b5e15f982ac72c60ffa0f4f47cb6bf2ef629d1

Functions
Getter at block 21264328
BALLOT_TYPEHASH(view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
COUNTING_MODE(pure returns (string)
support=bravo&quorum=for,abstain
EXTENDED_BALLOT_TYPEHASH(view returns (bytes32)
0xb3b3f3b703cd84ce352197dcff232b1b5d3cfb2025ce47cf04742d0651f1af88
name(view returns (string)
DaoGovernor
proposalThreshold(view returns (uint256)
10000000000000
quorumDenominator(view returns (uint256)
100
quorumNumerator(view returns (uint256)
15
timelock(view returns (address)
0x4f4ac7a7032a14243aebda98ee04a5d7fe293d07
token(view returns (address)
0x23696914ca9737466d8553a2d619948f548ee424
version(view returns (string)
1
votingDelay(view returns (uint256)
13150
votingPeriod(view returns (uint256)
19726
Read-only
getVotes(address accountuint256 blockNumberview returns (uint256)
getVotesWithParams(address accountuint256 blockNumberbytes paramsview returns (uint256)
hasVoted(uint256 proposalIdaddress accountview returns (bool)
hashProposal(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHashpure returns (uint256)
proposalDeadline(uint256 proposalIdview returns (uint256)
proposalEta(uint256 proposalIdview returns (uint256)
proposalSnapshot(uint256 proposalIdview returns (uint256)
proposalVotes(uint256 proposalIdview returns (uint256 againstVotesuint256 forVotesuint256 abstainVotes)
quorum(uint256 blockNumberview returns (uint256)
state(uint256 proposalIdview returns (uint8)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
castVote(uint256 proposalIduint8 supportreturns (uint256)
castVoteBySig(uint256 proposalIduint8 supportuint8 vbytes32 rbytes32 sreturns (uint256)
castVoteWithReason(uint256 proposalIduint8 supportstring reasonreturns (uint256)
castVoteWithReasonAndParams(uint256 proposalIduint8 supportstring reasonbytes paramsreturns (uint256)
castVoteWithReasonAndParamsBySig(uint256 proposalIduint8 supportstring reasonbytes paramsuint8 vbytes32 rbytes32 sreturns (uint256)
execute(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHashpayable returns (uint256)
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
propose(address[] targetsuint256[] valuesbytes[] calldatasstring descriptionreturns (uint256)
queue(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHashreturns (uint256)
relay(address targetuint256 valuebytes data
setProposalThreshold(uint256 newProposalThreshold
setVotingDelay(uint256 newVotingDelay
setVotingPeriod(uint256 newVotingPeriod
updateQuorumNumerator(uint256 newQuorumNumerator
updateTimelock(address newTimelock
Events
ProposalCanceled(uint256 proposalId
ProposalCreated(uint256 proposalIdaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockstring description
ProposalExecuted(uint256 proposalId
ProposalQueued(uint256 proposalIduint256 eta
ProposalThresholdSet(uint256 oldProposalThresholduint256 newProposalThreshold
QuorumNumeratorUpdated(uint256 oldQuorumNumeratoruint256 newQuorumNumerator
TimelockChange(address oldTimelockaddress newTimelock
VoteCast(address indexed voteruint256 proposalIduint8 supportuint256 weightstring reason
VoteCastWithParams(address indexed voteruint256 proposalIduint8 supportuint256 weightstring reasonbytes params
VotingDelaySet(uint256 oldVotingDelayuint256 newVotingDelay
VotingPeriodSet(uint256 oldVotingPerioduint256 newVotingPeriod
Constructor
constructor(uint256 _votingDelayuint256 _votingPerioduint256 _proposalThresholdaddress _tokenuint256 _quorumFractionaddress _timelock
Fallback and receive
receive(
Errors
Empty(