Nouns DAO

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xbd816d6f at 16638195
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 20817112
BALLOT_TYPEHASH(view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
DOMAIN_TYPEHASH(view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_PROPOSAL_THRESHOLD(view returns (uint256)
1000
MAX_QUORUM_VOTES_BPS(view returns (uint256)
2000
MAX_QUORUM_VOTES_BPS_UPPER_BOUND(view returns (uint256)
6000
MAX_REFUND_BASE_FEE(view returns (uint256)
200000000000
MAX_REFUND_GAS_USED(view returns (uint256)
200000
MAX_REFUND_PRIORITY_FEE(view returns (uint256)
2000000000
MAX_VOTING_DELAY(view returns (uint256)
40320
MAX_VOTING_PERIOD(view returns (uint256)
80640
MIN_PROPOSAL_THRESHOLD(view returns (uint256)
1
MIN_QUORUM_VOTES_BPS_LOWER_BOUND(view returns (uint256)
200
MIN_QUORUM_VOTES_BPS_UPPER_BOUND(view returns (uint256)
2000
MIN_VOTING_DELAY(view returns (uint256)
1
MIN_VOTING_PERIOD(view returns (uint256)
5760
REFUND_BASE_GAS(view returns (uint256)
36000
admin(view returns (address)
0x0000000000000000000000000000000000000000
implementation(view returns (address)
0x0000000000000000000000000000000000000000
 
maxQuorumVotes(view returns (uint256)
 
minQuorumVotes(view returns (uint256)
name(view returns (string)
Nouns DAO
nouns(view returns (address)
0x0000000000000000000000000000000000000000
pendingAdmin(view returns (address)
0x0000000000000000000000000000000000000000
pendingVetoer(view returns (address)
0x0000000000000000000000000000000000000000
proposalCount(view returns (uint256)
0
proposalMaxOperations(view returns (uint256)
10
proposalThreshold(view returns (uint256)
0
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
dynamicQuorumVotes(uint256 againstVotesuint256 totalSupplystruct NounsDAOStorageV2DynamicQuorumParams paramspure returns (uint256)
getActions(uint256 proposalIdview returns (address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatas)
getDynamicQuorumParamsAt(uint256 blockNumber_view returns (struct NounsDAOStorageV2DynamicQuorumParams)
getReceipt(uint256 proposalIdaddress voterview returns (struct NounsDAOStorageV1AdjustedReceipt)
latestProposalIds(addressview returns (uint256)
proposals(uint256 proposalIdview returns (struct NounsDAOStorageV2ProposalCondensed)
quorumParamsCheckpoints(uint256view returns (uint32 fromBlockstruct NounsDAOStorageV2DynamicQuorumParams params)
quorumVotes(uint256 proposalIdview returns (uint256)
state(uint256 proposalIdview returns (uint8)
State-modifying
_acceptAdmin(
_acceptVetoer(
_burnVetoPower(
_setDynamicQuorumParams(uint16 newMinQuorumVotesBPSuint16 newMaxQuorumVotesBPSuint32 newQuorumCoefficient
_setMaxQuorumVotesBPS(uint16 newMaxQuorumVotesBPS
_setMinQuorumVotesBPS(uint16 newMinQuorumVotesBPS
_setPendingAdmin(address newPendingAdmin
_setPendingVetoer(address newPendingVetoer
_setProposalThreshold(uint256 newProposalThreshold
_setQuorumCoefficient(uint32 newQuorumCoefficient
_setVotingDelay(uint256 newVotingDelay
_setVotingPeriod(uint256 newVotingPeriod
_withdraw(returns (uint256bool)
cancel(uint256 proposalId
castRefundableVote(uint256 proposalIduint8 support
castRefundableVoteWithReason(uint256 proposalIduint8 supportstring reason
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 proposalThreshold_struct NounsDAOStorageV2DynamicQuorumParams dynamicQuorumParams_
propose(address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasstring descriptionreturns (uint256)
queue(uint256 proposalId
veto(uint256 proposalId
Events
MaxQuorumVotesBPSSet(uint16 oldMaxQuorumVotesBPSuint16 newMaxQuorumVotesBPS
MinQuorumVotesBPSSet(uint16 oldMinQuorumVotesBPSuint16 newMinQuorumVotesBPS
NewAdmin(address oldAdminaddress newAdmin
NewImplementation(address oldImplementationaddress newImplementation
NewPendingAdmin(address oldPendingAdminaddress newPendingAdmin
NewPendingVetoer(address oldPendingVetoeraddress newPendingVetoer
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
ProposalThresholdSet(uint256 oldProposalThresholduint256 newProposalThreshold
ProposalVetoed(uint256 id
QuorumCoefficientSet(uint32 oldQuorumCoefficientuint32 newQuorumCoefficient
QuorumVotesBPSSet(uint256 oldQuorumVotesBPSuint256 newQuorumVotesBPS
RefundableVote(address indexed voteruint256 refundAmountbool refundSent
VoteCast(address indexed voteruint256 proposalIduint8 supportuint256 votesstring reason
VotingDelaySet(uint256 oldVotingDelayuint256 newVotingDelay
VotingPeriodSet(uint256 oldVotingPerioduint256 newVotingPeriod
Withdraw(uint256 amountbool sent
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
AdminOnly(
CantCancelExecutedProposal(
CantVetoExecutedProposal(
InvalidMaxQuorumVotesBPS(
InvalidMinQuorumVotesBPS(
MinQuorumBPSGreaterThanMaxQuorumBPS(
PendingVetoerOnly(
UnsafeUint16Cast(
VetoerBurned(
VetoerOnly(