PoolTogetherGovernor

Verified contract

Active on Ethereum with 393 txns
Deployed by via 0x7bd22f7f at 17892853
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 "PoolTogetherGovernor"

0xb1c40e91d15eba87ad5b3fbf1f5839c1b996fb55f20b8cdcd2dc5b542bd2f3f4
From
0xee2ad47418584a24085ecaa830a3b4efe7b36b77aff704e42bb9fbd9386b2acf
0x28c6701417375151cb9140cfee0a71d5b3488f278c4ddda822e70633a4dbb27f
0x0f1cb9e3ece7b7c94abb64b0f0235965649dc8649ff6337cf875c8adb79d02c0
0xd01c1b6434cd0828912e784c3d67090d3d0f2c2671c3c40b4d33d52291d5315f
0x4f2e2f36bcaf785bd6763c52e0064794f6611a2ac7386568ceff14b0d4cdd825
0x64d28a754b3ded93c556852e3e79cadd14edf9df7406dbb938a905a72d26a68c
0xf2c932d9b183afae4487c31630c0db7802ea15640af1d319dbe1fc3a31751cf0
0x3149c8b7281e9ff7ad1d0e63b5a8337baa667c456cd6d2344c9dac58c8014dbe
0xa7b012c4c7afdcb5c03f1781b9f0b23ea6ba6444e735be75be1ee57a050d15a9

Functions
Getter at block 21296394
BALLOT_TYPEHASH(view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
COUNTING_MODE(pure returns (string)
support=bravo&quorum=for,abstain&params=fractional
EXTENDED_BALLOT_TYPEHASH(view returns (bytes32)
0xb3b3f3b703cd84ce352197dcff232b1b5d3cfb2025ce47cf04742d0651f1af88
name(view returns (string)
PoolTogether Governor Bravo
proposalThreshold(view returns (uint256)
10000000000000000000000
timelock(view returns (address)
0x42cd8312d2bce04277dd5161832460e95b24262e
token(view returns (address)
0x0cec1a9154ff802e7934fc916ed7ca50bde6844e
version(view returns (string)
1
votingDelay(view returns (uint256)
7200
votingPeriod(view returns (uint256)
28800
Read-only
fractionalVoteNonce(addressview returns (uint128)
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(uint256pure returns (uint256)
state(uint256 proposalIdview returns (uint8)
supportsInterface(bytes4 interfaceIdview returns (bool)
voteWeightCast(uint256 proposalIdaddress accountview returns (uint128)
State-modifying
__acceptAdmin(
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
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
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 _initialVotingDelayuint256 _initialVotingPerioduint256 _initialProposalThreshold
Fallback and receive
receive(
Errors
Empty(