Nouns DAO

Unverified contract

Proxy

Active on Ethereum with 189 txns
Deployed by via 0x7c882c15 at 18094362
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "Nouns DAO"

0xed2c1aaf8eb8f23b22c93c5c9a2d33231ee0d0801402c1c6d4fbadaeddce7647
0x02d39a64e9785740ba0334babc8cd1b964f496339c14907dbfc4b754193620c0
0xded718387224489e5d7dd9315123e07af4282ca97ac24741d4ac889933a0f3c1
0x5c38f6dbe38d65cb88892ac69573aa3945e9b8ab0100a7490626a4a806b7b359
0x550166f01af9193188183d7d59339e0c0480f261fa96417e418ee36346554622
0xe822ebbbf275c1140d8457d60ce0a9ec5f36dea793be2efcfa030cd38f9bbbc2
0x9e1401204909105f25e76229fd6fc45e1dfe4560c99abad1c53774c02a04444f
0xc84b698149a3633c301b20a47e4ad92accb92ba9b1bd18fcd161afc176ebab6e
0x6991f8da5d520e6a1914d412974ea62d384fb970b557a4429b59b991fd104938
0xc3b9b29fb60a7dc9016a5841060559455143785fb992475b467bbcb94f682bbe

Functions
Getter at block 20996133
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)
100800
MAX_VOTING_PERIOD(view returns (uint256)
100800
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)
7200
adjustedTotalSupply(view returns (uint256)
13
admin(view returns (address)
0x55dd565c6f94b3bad1f4a35398af4a526fcd465f
delayedGovernanceExpirationTimestamp(view returns (uint256)
1696800395
erc20TokensToIncludeInQuitArray(view returns (address[])
[0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84, 0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0, 0xae78736Cd615f374D3085123A210448E74Fc6393, 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48]
name(view returns (string)
Nouns DAO
nouns(view returns (address)
0x06cf70f6f90e0b1f17d19f3cb962a39e505d5b3f
pendingAdmin(view returns (address)
0x0000000000000000000000000000000000000000
proposalCount(view returns (uint256)
2
proposalMaxOperations(view returns (uint256)
10
proposalThreshold(view returns (uint256)
0
proposalThresholdBPS(view returns (uint256)
25
quorumVotes(view returns (uint256)
1
quorumVotesBPS(view returns (uint256)
1000
timelock(view returns (address)
0x55dd565c6f94b3bad1f4a35398af4a526fcd465f
votingDelay(view returns (uint256)
36000
votingPeriod(view returns (uint256)
36000
Read-only
_proposals(uint256view returns (uint256 idaddress proposeruint256 proposalThresholduint256 quorumVotesuint256 etauint256 startBlockuint256 endBlockuint256 forVotesuint256 againstVotesuint256 abstainVotesbool canceledbool executeduint256 creationBlock)
erc20TokensToIncludeInQuit(uint256view returns (address)
getActions(uint256 proposalIdview returns (address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatas)
getReceipt(uint256 proposalIdaddress voterview returns (struct NounsDAOStorageV1ForkReceipt)
latestProposalIds(addressview returns (uint256)
proposals(uint256 proposalIdview returns (struct NounsDAOStorageV1ForkProposalCondensed)
state(uint256 proposalIdview returns (uint8)
State-modifying
_acceptAdmin(
_setErc20TokensToIncludeInQuit(address[] erc20tokens
_setPendingAdmin(address newPendingAdmin
_setProposalThresholdBPS(uint256 newProposalThresholdBPS
_setQuorumVotesBPS(uint256 newQuorumVotesBPS
_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_uint256 votingPeriod_uint256 votingDelay_uint256 proposalThresholdBPS_uint256 quorumVotesBPS_address[] erc20TokensToIncludeInQuit_uint256 delayedGovernanceExpirationTimestamp_
propose(address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasstring descriptionreturns (uint256)
queue(uint256 proposalId
quit(uint256[] tokenIds
quit(uint256[] tokenIdsaddress[] erc20TokensToInclude
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
ERC20TokensToIncludeInQuitSet(address[] oldErc20Tokensaddress[] newErc20tokens
NewAdmin(address indexed oldAdminaddress indexed newAdmin
NewImplementation(address oldImplementationaddress newImplementation
NewPendingAdmin(address indexed oldPendingAdminaddress indexed newPendingAdmin
ProposalCanceled(uint256 indexed id
ProposalCreated(uint256 indexed idaddress indexed proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockstring description
ProposalCreatedWithRequirements(uint256 indexed idaddress indexed proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockuint256 proposalThresholduint256 quorumVotesstring description
ProposalExecuted(uint256 indexed id
ProposalQueued(uint256 indexed iduint256 eta
ProposalThresholdBPSSet(uint256 oldProposalThresholdBPSuint256 newProposalThresholdBPS
Quit(address indexed msgSenderuint256[] tokenIds
QuorumVotesBPSSet(uint256 oldQuorumVotesBPSuint256 newQuorumVotesBPS
Upgraded(address indexed implementation
VoteCast(address indexed voteruint256 indexed 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
AdminOnly(
DuplicateTokenAddress(
GovernanceBlockedDuringForkingPeriod(
TokensMustBeASubsetOfWhitelistedTokens(
WaitingForTokensToClaimOrExpiration(