NounsDAOLogicV1Fork

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xe3050b22 at 17811724
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 "NounsDAOLogicV1Fork"

No transactions found for "NounsDAOLogicV1Fork"


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)
admin(view returns (address)
0x0000000000000000000000000000000000000000
delayedGovernanceExpirationTimestamp(view returns (uint256)
0
erc20TokensToIncludeInQuitArray(view returns (address[])
[]
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
votingDelay(view returns (uint256)
0
votingPeriod(view returns (uint256)
0
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
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AdminOnly(
DuplicateTokenAddress(
GovernanceBlockedDuringForkingPeriod(
TokensMustBeASubsetOfWhitelistedTokens(
WaitingForTokensToClaimOrExpiration(