DETF Governor
Verified contract
Proxy
Active on
Ethereum with 266 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa5c1…fd26
0xa5c1…fd26
1 additional
variable
Balances ($0.00)
No balances found for "DETF Governor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14978652 | 2 years ago | | | 0 | 0.0023622341 | |
| 14978647 | 2 years ago | | | 0 | 0.0037329834 | |
| 14967685 | 2 years ago | | | 0 | 0.010220700 | |
| 14967685 | 2 years ago | | | 0 | 0.010448102 | |
| 14955415 | 2 years ago | | | 0 | 0.013546203 | |
| 14955405 | 2 years ago | | | 0 | 0.045598816 | |
| 14955329 | 2 years ago | | | 0 | 0.016397045 | |
| 14955324 | 2 years ago | | | 0 | 0.041899372 | |
| 14949963 | 2 years ago | | | 0 | 0.0024276586 | |
| 14949957 | 2 years ago | | | 0 | 0.0024217737 |
ABI
ABI objects
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(address) view returns (uint256)
proposals(uint256) view returns (uint256 id, address proposer, uint256 eta, uint256 startBlock, uint256 endBlock, uint256 forVotes, uint256 againstVotes, uint256 abstainVotes, bool canceled, bool executed)
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getReceipt(uint256 proposalId, address voter) view returns (struct GovernorStorageReceipt)
latestProposalIds(address) view returns (uint256)
proposals(uint256) view returns (uint256 id, address proposer, uint256 eta, uint256 startBlock, uint256 endBlock, uint256 forVotes, uint256 againstVotes, uint256 abstainVotes, bool canceled, bool executed)
state(uint256 proposalId) view returns (uint8)
State-modifying
Events setImplementation(address implementation_)
acceptAdmin()
cancel(uint256 proposalId)
castVote(uint256 proposalId, uint8 support)
castVoteBySig(uint256 proposalId, uint8 support, uint8 v, bytes32 r, bytes32 s)
castVoteWithReason(uint256 proposalId, uint8 support, string reason)
execute(uint256 proposalId) payable
initialize(address timelock_, address detf_, uint256 votingPeriod_, uint256 votingDelay_, uint256 proposalThreshold_)
initiate()
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(uint256 proposalId)
setPendingAdmin(address newPendingAdmin)
setProposalThreshold(uint256 newProposalThreshold)
setVotingDelay(uint256 newVotingDelay)
setVotingPeriod(uint256 newVotingPeriod)
NewAdmin(address oldAdmin, address newAdmin)
NewImplementation(address oldImplementation, address newImplementation)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
ProposalCanceled(uint256 id)
ProposalCreated(uint256 id, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint256 id)
ProposalQueued(uint256 id, uint256 eta)
ProposalThresholdSet(uint256 oldProposalThreshold, uint256 newProposalThreshold)
VoteCast(address indexed voter, uint256 proposalId, uint8 support, uint256 votes, string reason)
VotingDelaySet(uint256 oldVotingDelay, uint256 newVotingDelay)
VotingPeriodSet(uint256 oldVotingPeriod, uint256 newVotingPeriod)
NewAdmin(address oldAdmin, address newAdmin)
NewImplementation(address oldImplementation, address newImplementation)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
ProposalCanceled(uint256 id)
ProposalCreated(uint256 id, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint256 id)
ProposalQueued(uint256 id, uint256 eta)
ProposalThresholdSet(uint256 oldProposalThreshold, uint256 newProposalThreshold)
VoteCast(address indexed voter, uint256 proposalId, uint8 support, uint256 votes, string reason)
VotingDelaySet(uint256 oldVotingDelay, uint256 newVotingDelay)
VotingPeriodSet(uint256 oldVotingPeriod, uint256 newVotingPeriod)
constructor(address timelock_, address detf_, address admin_, address implementation_, uint256 votingPeriod_, uint256 votingDelay_, uint256 proposalThreshold_)
fallback()
receive()
This contract contains no error objects.