DivaGovernor

Verified contract

Active on Ethereum with 3,373 txns
Deployed by via 0x7bee1341 at 17572625
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 "DivaGovernor"

0x484c832a8ca24ff904f4567f81d65f958f4df27cd57d08517cc3db3204b00497
0xc93b349754178eef3c9a1d2e45081641acc7fa0487fc066e6f39a2b973271859
0xb7618c0a112c9d8f6555b003c944e7dd3cd3327b5155b2b5ed312d75f2b708f7
0xa70983df531f3df6b8dd9f4f5b5c2e5cacd3225e133cb2f3a6661cbb515a8bed
0xa877414cb3c0409455972f8d15e957046e9bc6dea3f821a095c68df3d48ef3ce
From
0xf85b1acce26f80bf4dd629870da4245c979b86e0e253573eb9dcb95e3fdf1c21
0xa8de9c876e9473a3d45c52bf598b853766634e8c28a8f3a9446d60be502e3e90
0xca353d6b51132251549fe3f8195c4c7dcd0aaafc9164bad3e43778ee90f8eb50
0xb912f956b493dd2de368ac0f5b7eacd8b3e5d72154a30147c1b10cb760f11032
0x7931e0af2b558a99e8ceb81b40ce1ef260065f1bea554c628364d9a39e395b3c

Functions
Getter at block 21181965
BALLOT_TYPEHASH(view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
CANCEL_PROPOSAL_TYPEHASH(view returns (bytes4)
0xc4d252f5
CLOCK_MODE(view returns (string)
mode=blocknumber&from=default
COUNTING_MODE(pure returns (string)
support=bravo&quorum=for,abstain
EXTENDED_BALLOT_TYPEHASH(view returns (bytes32)
0xb3b3f3b703cd84ce352197dcff232b1b5d3cfb2025ce47cf04742d0651f1af88
MIN_QUORUM(view returns (uint256)
5000000000000000000000000
clock(view returns (uint48)
21181965
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Diva Governor, version=1, chainId=1, verifyingContract=0xfb6b7c11a55c57767643f1ff65c34c8693a11a70, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name(view returns (string)
Diva Governor
proposalThreshold(view returns (uint256)
1000000000000000000000000
timelock(view returns (address)
0x4ebb20995b6264b4b1e25f4473a4636cdb6a9790
token(view returns (address)
0xbfabde619ed5c4311811cf422562709710db587d
version(view returns (string)
1
votingDelay(view returns (uint256)
14400
votingPeriod(view returns (uint256)
36000
Read-only
getSuccessThreshold(uint256 proposalIdview returns (uint8)
getVotes(address accountuint256 timepointview returns (uint256)
getVotesWithParams(address accountuint256 timepointbytes 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)
proposalProposer(uint256 proposalIdview returns (address)
proposalSnapshot(uint256 proposalIdview returns (uint256)
proposalVotes(uint256 proposalIdview returns (uint256 againstVotesuint256 forVotesuint256 abstainVotes)
quorum(uint256view returns (uint256)
state(uint256 proposalIdview returns (uint8)
supportsInterface(bytes4 interfaceIdview returns (bool)
voteSucceeded(uint256 proposalIdview returns (bool)
State-modifying
addDelayConfiguration(bytes4[] signaturesLongDelaybytes4[] signaturesShortDelaybytes4[] signaturesDefaultDelay
addThresholdConfiguration(bytes4[] signaturesLargeThresholdbytes4[] signaturesModerateThresholdbytes4[] signaturesDefaultThreshold
cancel(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHashreturns (uint256)
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 datapayable 
setProposalThreshold(uint256 newProposalThreshold
setVotingDelay(uint256 newVotingDelay
setVotingPeriod(uint256 newVotingPeriod
updateDefaultDelay(uint256 newDelay
updateLongDelay(uint256 newDelay
updateQuorum(uint256 newQuorum
updateShortDelay(uint256 newDelay
updateTimelock(address newTimelock
Events
EIP712DomainChanged(
ProposalCanceled(uint256 proposalId
ProposalCreated(uint256 proposalIdaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 voteStartuint256 voteEndstring description
ProposalExecuted(uint256 proposalId
ProposalQueued(uint256 proposalIduint256 eta
ProposalThresholdSet(uint256 oldProposalThresholduint256 newProposalThreshold
QuorumUpdated(uint256 oldQuorumuint256 newQuorum
SuccessThresholdTypeSet(uint256 proposalIduint8 threshold
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(address _tokenaddress _timelockstruct DivaGovernorGovernanceParameters _settings
Fallback and receive
receive(
Errors
CancelProposalMustHaveShortDelay(
CancellationProposalCannotHaveValue(
DaoInvalidDelaysConfiguration(
DaoInvalidDelaysSetup(
DaoInvalidThresholdTypeConfiguration(
Empty(
InvalidDelayValue(
InvalidShortString(
QuorumTooLow(uint256 quorumuint256 minQuorum
StringTooLong(string str