NounsDAODataProxy

Verified contract

Proxy

Active on Ethereum with 3,330 txns
Deployed by via 0x23bd1520 at 17812145
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "NounsDAODataProxy"

0x2bd555b975f0fff309dca4bc383a5b320eb55e7bae6994012fd37183dc8321a3
From
0x4a3b860d3aca41bb01df36ee77ea7c1b1b41182885ae7dd858bb9814a1cc93d4
0x0e18b27a9930197a7179cf4c14100c511c2e3bf095518162b4b29f87d79289e7
From
0xbea168a169dedafacbf13dc4a290aa56ac847385415cac338f8b98fe50121d9d
0x0801dbd3b7b9d288c3b2b022aa666fb2808224a40476361c14d40ffb425d8d9c
0xf2577d3a36887924130eb4beb7f4da27f5d37a2635de0308436f8a2a37050820
0xe70387ab57e41bf5d3b9c60c43cd13e631e21158043649f22b94cae514c0b2b4
0x64416bfa591c393815abc923359ef0fb5e24cc06bdf27c1337387ce02587da21
0xc21ce6523c880eb3bdb33756f66f120e9ec4579bd141c63123ff653a32cb79d1
0xb6e2d0fea009dd1fa9c61c855ed2f3720cf00bc76cdab15150ce44ddf452c3dc

Functions
Getter at block 21271936
PRIOR_VOTES_BLOCKS_AGO(view returns (uint256)
1
createCandidateCost(view returns (uint256)
10000000000000000
feeRecipient(view returns (address)
0x6f3e6272a167e8accb32072d08e0957f9c79223d
nounsDao(view returns (address)
0x6f3e6272a167e8accb32072d08e0957f9c79223d
nounsToken(view returns (address)
0x9c8ff314c9bc7f6e59a9d9225fb22946427edc03
owner(view returns (address)
0xb1a32fc9f9d8b2cf86c068cae13108809547ef71
updateCandidateCost(view returns (uint256)
0
Read-only
propCandidates(addressbytes32view returns (bool)
State-modifying
addSignature(bytes siguint256 expirationTimestampaddress proposerstring sluguint256 proposalIdToUpdatebytes encodedPropstring reason
cancelProposalCandidate(string slug
createProposalCandidate(address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasstring descriptionstring sluguint256 proposalIdToUpdatepayable 
initialize(address adminuint256 createCandidateCost_uint256 updateCandidateCost_address feeRecipient_
renounceOwnership(
sendCandidateFeedback(address proposerstring sluguint8 supportstring reason
sendFeedback(uint256 proposalIduint8 supportstring reason
setCreateCandidateCost(uint256 newCreateCandidateCost
setFeeRecipient(address newFeeRecipient
setUpdateCandidateCost(uint256 newUpdateCandidateCost
transferOwnership(address newOwner
updateProposalCandidate(address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasstring descriptionstring sluguint256 proposalIdToUpdatestring reasonpayable 
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdrawETH(address touint256 amount
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
CandidateFeedbackSent(address indexed msgSenderaddress indexed proposerstring sluguint8 supportstring reason
CreateCandidateCostSet(uint256 oldCreateCandidateCostuint256 newCreateCandidateCost
ETHWithdrawn(address indexed touint256 amount
FeeRecipientSet(address indexed oldFeeRecipientaddress indexed newFeeRecipient
FeedbackSent(address indexed msgSenderuint256 proposalIduint8 supportstring reason
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProposalCandidateCanceled(address indexed msgSenderstring slug
ProposalCandidateCreated(address indexed msgSenderaddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasstring descriptionstring sluguint256 proposalIdToUpdatebytes32 encodedProposalHash
ProposalCandidateUpdated(address indexed msgSenderaddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasstring descriptionstring sluguint256 proposalIdToUpdatebytes32 encodedProposalHashstring reason
SignatureAdded(address indexed signerbytes siguint256 expirationTimestampaddress proposerstring sluguint256 proposalIdToUpdatebytes32 encodedPropHashbytes32 sigDigeststring reason
UpdateCandidateCostSet(uint256 oldUpdateCandidateCostuint256 newUpdateCandidateCost
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
AmountExceedsBalance(
FailedWithdrawingETH(bytes data
InvalidSignature(
InvalidSupportValue(
MustBeNounerOrPaySufficientFee(
MustProvideActions(
OnlyProposerCanCreateUpdateCandidate(
ProposalInfoArityMismatch(
ProposalToUpdateMustBeUpdatable(
SlugAlreadyUsed(
SlugDoesNotExist(
TooManyActions(
UpdateProposalCandidatesOnlyWorkWithProposalsBySigs(