DETF Governor

Verified contract

Proxy

Active on Ethereum with 266 txns
Deployed by via 0x4db65eb8 at 13853728
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "DETF Governor"

0x323d0ed8533ad5e6e4497ec50696658de5471ad61493d51cd732a42d8a7a00de
0x52ad3fb17c51c7e13fe69cc8459dee03962ae520387462a725b9dbb30fa3064f
0xfbf0d7de1fe16f4f45caa6f85f9c56460ecc4f9d07337b3446156c927f57eda5
0xaaedda7c6bbe6bbf204ef39ed6ff83e13755b0ae93c38d6f22af658ab2394172
0xd3ca8d50cd0afedf774da5ceb0398cd95399811c219a960c5e04dbc71a0dd1de
0x6a9f4a9c90aba261806d991ae53ae87c0644386f2a71ec566b62881290918ef6
0xa2c394971a987b14ab4e5783b0af12dc990222154c1771714fd7bbde24ae9ba8
0xf86dd4dec1be91913c8d9821753cff94b4e7e952e6f009dcb7bf06cbe16088fb
0xe1a668383a4953741667a41f58133196f11c92fff37d42def25abe50366b5b30
0x8369a7609ecce89fcfb5801805dd646e6fdb5595e7f41ccc28fa16e1141f3bda

Functions
Getter at block 21194422
admin(view returns (address)
0x2776ff62805a8cbad2ff297ac72eeb54db35856e
detf(view returns (address)
0xa5c1940fa491e830a5a25bda04986f741f08fd26
implementation(view returns (address)
0x27be2e83c3d098625ddf98e687a9353f31646527
initialProposalId(view returns (uint256)
0
pendingAdmin(view returns (address)
0x0000000000000000000000000000000000000000
proposalCount(view returns (uint256)
66
proposalThreshold(view returns (uint256)
10000000000000000000000
timelock(view returns (address)
0x2776ff62805a8cbad2ff297ac72eeb54db35856e
votingDelay(view returns (uint256)
1
votingPeriod(view returns (uint256)
11520
BALLOT_TYPEHASH(view returns (bytes32)
0xaba987bbb506c4d137883fe44398f91d7bcc1b34d8ca7d90fdf66ba020c559e1
DOMAIN_TYPEHASH(view returns (bytes32)
0xd8d0e715fb652278731a00571aa3bb8fa96e1b9e84dc36f90f39b35283982358
MAX_PROPOSAL_THRESHOLD(view returns (uint256)
500000000000000000000000
MAX_VOTING_DELAY(view returns (uint256)
40320
MAX_VOTING_PERIOD(view returns (uint256)
161280
MIN_PROPOSAL_THRESHOLD(view returns (uint256)
10000000000000000000000
MIN_VOTING_DELAY(view returns (uint256)
1
MIN_VOTING_PERIOD(view returns (uint256)
240
admin(view returns (address)
0x2776ff62805a8cbad2ff297ac72eeb54db35856e
detf(view returns (address)
0xa5c1940fa491e830a5a25bda04986f741f08fd26
implementation(view returns (address)
0x27be2e83c3d098625ddf98e687a9353f31646527
initialProposalId(view returns (uint256)
0
isInitiate(view returns (bool)
true
name(view returns (string)
DETF Governor
pendingAdmin(view returns (address)
0x0000000000000000000000000000000000000000
proposalCount(view returns (uint256)
66
proposalMaxOperations(view returns (uint256)
10
proposalThreshold(view returns (uint256)
10000000000000000000000
quorumVotes(view returns (uint256)
4000000000000000000000000
timelock(view returns (address)
0x2776ff62805a8cbad2ff297ac72eeb54db35856e
votingDelay(view returns (uint256)
1
votingPeriod(view returns (uint256)
11520
Read-only
latestProposalIds(addressview returns (uint256)
proposals(uint256view returns (uint256 idaddress proposeruint256 etauint256 startBlockuint256 endBlockuint256 forVotesuint256 againstVotesuint256 abstainVotesbool canceledbool executed)
getActions(uint256 proposalIdview returns (address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatas)
getReceipt(uint256 proposalIdaddress voterview returns (struct GovernorStorageReceipt)
latestProposalIds(addressview returns (uint256)
proposals(uint256view returns (uint256 idaddress proposeruint256 etauint256 startBlockuint256 endBlockuint256 forVotesuint256 againstVotesuint256 abstainVotesbool canceledbool executed)
state(uint256 proposalIdview returns (uint8)
State-modifying
setImplementation(address implementation_
acceptAdmin(
cancel(uint256 proposalId
castVote(uint256 proposalIduint8 support
castVoteBySig(uint256 proposalIduint8 supportuint8 vbytes32 rbytes32 s
castVoteWithReason(uint256 proposalIduint8 supportstring reason
execute(uint256 proposalIdpayable 
initialize(address timelock_address detf_uint256 votingPeriod_uint256 votingDelay_uint256 proposalThreshold_
initiate(
propose(address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasstring descriptionreturns (uint256)
queue(uint256 proposalId
setPendingAdmin(address newPendingAdmin
setProposalThreshold(uint256 newProposalThreshold
setVotingDelay(uint256 newVotingDelay
setVotingPeriod(uint256 newVotingPeriod
Events
NewAdmin(address oldAdminaddress newAdmin
NewImplementation(address oldImplementationaddress newImplementation
NewPendingAdmin(address oldPendingAdminaddress newPendingAdmin
ProposalCanceled(uint256 id
ProposalCreated(uint256 idaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockstring description
ProposalExecuted(uint256 id
ProposalQueued(uint256 iduint256 eta
ProposalThresholdSet(uint256 oldProposalThresholduint256 newProposalThreshold
VoteCast(address indexed voteruint256 proposalIduint8 supportuint256 votesstring reason
VotingDelaySet(uint256 oldVotingDelayuint256 newVotingDelay
VotingPeriodSet(uint256 oldVotingPerioduint256 newVotingPeriod
NewAdmin(address oldAdminaddress newAdmin
NewImplementation(address oldImplementationaddress newImplementation
NewPendingAdmin(address oldPendingAdminaddress newPendingAdmin
ProposalCanceled(uint256 id
ProposalCreated(uint256 idaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockstring description
ProposalExecuted(uint256 id
ProposalQueued(uint256 iduint256 eta
ProposalThresholdSet(uint256 oldProposalThresholduint256 newProposalThreshold
VoteCast(address indexed voteruint256 proposalIduint8 supportuint256 votesstring reason
VotingDelaySet(uint256 oldVotingDelayuint256 newVotingDelay
VotingPeriodSet(uint256 oldVotingPerioduint256 newVotingPeriod
Constructor
constructor(address timelock_address detf_address admin_address implementation_uint256 votingPeriod_uint256 votingDelay_uint256 proposalThreshold_
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.