GitcoinGovernor

Verified contract

Active on Ethereum with 1,997 txns
Deployed by via 0x11e1a2be at 17813942
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 "GitcoinGovernor"

0xbb0688cebd14b6fae0b7cd1ad96d3db80cfe18618eb709ff1d275f9f40ddcff4
0x9edcb80fbf73c29b738116a7e2551a8025b28402fd7a0fb465b902a32180c4e3
0x2bc07d37541846e682637255891bb53818e8c6803508354784a965ac39ff8bd6
From
0xfdb65b9f1598f1d4881fb206a5807e6d9e08c3cf89e40f7ed253b013ec2ac2e2
0x86e19847f06d8e47fa77f20ef35876013ab4bf8df0cc4df707dc478db3851dbc
0x340e6aaca7471ee6d303ddd65a073fbf2344ff9031537df7d2e1c5743981bafe
0xf32d772abc75a7d80305b64c252d459e91f6e31ce0ba02bd943289ca3abf22bb
0xab86e24aeaeec30144a6cd54b3c1a6d6926dc4d8d7e50ec3900ad99db8e29d98
0xcd9057a468f42d97d4aece83d64e89db91f95c58b48a0ffc2130fdefb16a17a7
From
0xc53549f0246faf4d53241e9cb8518e4529bcebac054a451e76a249ab82b66157

Functions
Getter at block 21272602
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)
GTC Governor Bravo
proposalThreshold(view returns (uint256)
150000000000000000000000
timelock(view returns (address)
0x57a8865cfb1ecef7253c27da6b4bc3daee5be518
token(view returns (address)
0xde30da39c46104798bb5aa3fe8b9e0e1f348163f
version(view returns (string)
1
votingDelay(view returns (uint256)
13140
votingPeriod(view returns (uint256)
40320
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(