Nouns DAO

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x95a4dd22 at 12985452
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Nouns DAO"

No transactions found for "Nouns DAO"


Functions
Getter at block 20853040
BALLOT_TYPEHASH(view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
DOMAIN_TYPEHASH(view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_PROPOSAL_THRESHOLD_BPS(view returns (uint256)
1000
MAX_QUORUM_VOTES_BPS(view returns (uint256)
2000
MAX_VOTING_DELAY(view returns (uint256)
40320
MAX_VOTING_PERIOD(view returns (uint256)
80640
MIN_PROPOSAL_THRESHOLD_BPS(view returns (uint256)
1
MIN_QUORUM_VOTES_BPS(view returns (uint256)
200
MIN_VOTING_DELAY(view returns (uint256)
1
MIN_VOTING_PERIOD(view returns (uint256)
5760
admin(view returns (address)
0x0000000000000000000000000000000000000000
implementation(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
Nouns DAO
nouns(view returns (address)
0x0000000000000000000000000000000000000000
pendingAdmin(view returns (address)
0x0000000000000000000000000000000000000000
proposalCount(view returns (uint256)
0
proposalMaxOperations(view returns (uint256)
10
 
proposalThreshold(view returns (uint256)
proposalThresholdBPS(view returns (uint256)
0
 
quorumVotes(view returns (uint256)
quorumVotesBPS(view returns (uint256)
0
timelock(view returns (address)
0x0000000000000000000000000000000000000000
vetoer(view returns (address)
0x0000000000000000000000000000000000000000
votingDelay(view returns (uint256)
0
votingPeriod(view returns (uint256)
0
Read-only
getActions(uint256 proposalIdview returns (address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatas)
getReceipt(uint256 proposalIdaddress voterview returns (struct NounsDAOStorageV1Receipt)
latestProposalIds(addressview returns (uint256)
proposals(uint256view returns (uint256 idaddress proposeruint256 proposalThresholduint256 quorumVotesuint256 etauint256 startBlockuint256 endBlockuint256 forVotesuint256 againstVotesuint256 abstainVotesbool canceledbool vetoedbool executed)
state(uint256 proposalIdview returns (uint8)
State-modifying
_acceptAdmin(
_burnVetoPower(
_setPendingAdmin(address newPendingAdmin
_setProposalThresholdBPS(uint256 newProposalThresholdBPS
_setQuorumVotesBPS(uint256 newQuorumVotesBPS
_setVetoer(address newVetoer
_setVotingDelay(uint256 newVotingDelay
_setVotingPeriod(uint256 newVotingPeriod
cancel(uint256 proposalId
castVote(uint256 proposalIduint8 support
castVoteBySig(uint256 proposalIduint8 supportuint8 vbytes32 rbytes32 s
castVoteWithReason(uint256 proposalIduint8 supportstring reason
execute(uint256 proposalId
initialize(address timelock_address nouns_address vetoer_uint256 votingPeriod_uint256 votingDelay_uint256 proposalThresholdBPS_uint256 quorumVotesBPS_
propose(address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasstring descriptionreturns (uint256)
queue(uint256 proposalId
veto(uint256 proposalId
Events
NewAdmin(address oldAdminaddress newAdmin
NewImplementation(address oldImplementationaddress newImplementation
NewPendingAdmin(address oldPendingAdminaddress newPendingAdmin
NewVetoer(address oldVetoeraddress newVetoer
ProposalCanceled(uint256 id
ProposalCreated(uint256 idaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockstring description
ProposalCreatedWithRequirements(uint256 idaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockuint256 proposalThresholduint256 quorumVotesstring description
ProposalExecuted(uint256 id
ProposalQueued(uint256 iduint256 eta
ProposalThresholdBPSSet(uint256 oldProposalThresholdBPSuint256 newProposalThresholdBPS
ProposalVetoed(uint256 id
QuorumVotesBPSSet(uint256 oldQuorumVotesBPSuint256 newQuorumVotesBPS
VoteCast(address indexed voteruint256 proposalIduint8 supportuint256 votesstring reason
VotingDelaySet(uint256 oldVotingDelayuint256 newVotingDelay
VotingPeriodSet(uint256 oldVotingPerioduint256 newVotingPeriod
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.