DivaGovernor
Verified contract
Active on
Ethereum with 3,373 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "DivaGovernor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19695350 | 7 months ago | | | 0 | 0.00052825460 | |
| 19695299 | 7 months ago | | | 0 | 0.00049434654 | |
| 19695137 | 7 months ago | | | 0 | 0.00054853229 | |
| 19694849 | 7 months ago | | | 0 | 0.00046788520 | |
| 19694454 | 7 months ago | | | 0 | 0.00059558437 | |
| 19694137 | 7 months ago | | | 0 | 0.00044240914 | |
| 19693927 | 7 months ago | | | 0 | 0.00039882454 | |
| 19693877 | 7 months ago | | | 0 | 0.00040949318 | |
| 19693854 | 7 months ago | | | 0 | 0.00039901918 | |
| 19693842 | 7 months ago | | | 0 | 0.00040860077 |
ABI
ABI objects
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 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] 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 proposalId) view returns (uint8)
getVotes(address account, uint256 timepoint) view returns (uint256)
getVotesWithParams(address account, uint256 timepoint, bytes params) view returns (uint256)
hasVoted(uint256 proposalId, address account) view returns (bool)
hashProposal(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) pure returns (uint256)
proposalDeadline(uint256 proposalId) view returns (uint256)
proposalEta(uint256 proposalId) view returns (uint256)
proposalProposer(uint256 proposalId) view returns (address)
proposalSnapshot(uint256 proposalId) view returns (uint256)
proposalVotes(uint256 proposalId) view returns (uint256 againstVotes, uint256 forVotes, uint256 abstainVotes)
quorum(uint256) view returns (uint256)
state(uint256 proposalId) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
voteSucceeded(uint256 proposalId) view returns (bool)
State-modifying
Events addDelayConfiguration(bytes4[] signaturesLongDelay, bytes4[] signaturesShortDelay, bytes4[] signaturesDefaultDelay)
addThresholdConfiguration(bytes4[] signaturesLargeThreshold, bytes4[] signaturesModerateThreshold, bytes4[] signaturesDefaultThreshold)
cancel(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) returns (uint256)
castVote(uint256 proposalId, uint8 support) returns (uint256)
castVoteBySig(uint256 proposalId, uint8 support, uint8 v, bytes32 r, bytes32 s) returns (uint256)
castVoteWithReason(uint256 proposalId, uint8 support, string reason) returns (uint256)
castVoteWithReasonAndParams(uint256 proposalId, uint8 support, string reason, bytes params) returns (uint256)
castVoteWithReasonAndParamsBySig(uint256 proposalId, uint8 support, string reason, bytes params, uint8 v, bytes32 r, bytes32 s) returns (uint256)
execute(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) payable returns (uint256)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
propose(address[] targets, uint256[] values, bytes[] calldatas, string description) returns (uint256)
queue(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) returns (uint256)
relay(address target, uint256 value, bytes data) payable
setProposalThreshold(uint256 newProposalThreshold)
setVotingDelay(uint256 newVotingDelay)
setVotingPeriod(uint256 newVotingPeriod)
updateDefaultDelay(uint256 newDelay)
updateLongDelay(uint256 newDelay)
updateQuorum(uint256 newQuorum)
updateShortDelay(uint256 newDelay)
updateTimelock(address newTimelock)
EIP712DomainChanged()
ProposalCanceled(uint256 proposalId)
ProposalCreated(uint256 proposalId, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 voteStart, uint256 voteEnd, string description)
ProposalExecuted(uint256 proposalId)
ProposalQueued(uint256 proposalId, uint256 eta)
ProposalThresholdSet(uint256 oldProposalThreshold, uint256 newProposalThreshold)
QuorumUpdated(uint256 oldQuorum, uint256 newQuorum)
SuccessThresholdTypeSet(uint256 proposalId, uint8 threshold)
TimelockChange(address oldTimelock, address newTimelock)
VoteCast(address indexed voter, uint256 proposalId, uint8 support, uint256 weight, string reason)
VoteCastWithParams(address indexed voter, uint256 proposalId, uint8 support, uint256 weight, string reason, bytes params)
VotingDelaySet(uint256 oldVotingDelay, uint256 newVotingDelay)
VotingPeriodSet(uint256 oldVotingPeriod, uint256 newVotingPeriod)
constructor(address _token, address _timelock, struct DivaGovernorGovernanceParameters _settings)
receive()
CancelProposalMustHaveShortDelay()
CancellationProposalCannotHaveValue()
DaoInvalidDelaysConfiguration()
DaoInvalidDelaysSetup()
DaoInvalidThresholdTypeConfiguration()
Empty()
InvalidDelayValue()
InvalidShortString()
QuorumTooLow(uint256 quorum, uint256 minQuorum)
StringTooLong(string str)