Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

0xdcb4d78671d00c1cc9ab5e6296035f148095d559

Unverified contract

Proxy

Active on Ethereum with 3 txns
Deployed by via 0x72311d09 at 20019709
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 46 additional slots
-
variable spans 48 additional slots

No balances found for "0xdcb4d78671d00c1cc9ab5e6296035f148095d559"

0x8af22b85590d161f9d7ac7a8f144a0ba77163e34f4486e76fcf2146e09907a5d
From
0x3cb3fc9c1a5e187350e1aa85f1cd239d4454d369be3dad3ff3be8e8bdf307b29
From
0x5744ecac8f5bebb973e86090e42f3bafd43c52d89df697742883f46f00681e4a
From

Functions
Getter at block 21285692
UPDATE_VOTING_SETTINGS_PERMISSION_ID(view returns (bytes32)
0xbba35d41610b7d25c8e486006535c76bd423091563e694d206ae3d71ce949fe5
UPGRADE_PLUGIN_PERMISSION_ID(view returns (bytes32)
0x821b6e3a557148015a918c89e5d092e878a69854a2d1a410635f771bd5a8a3f5
dao(view returns (address)
0x799f0f5e3e44b46d362b51d178b3be5120137d5d
getVotingToken(view returns (address)
0xe4b51cf34124e843047a87034bad5e679c465741
implementation(view returns (address)
0xd4bfb6c688b2982a3b432f2fc6c35117532a2c27
minDuration(view returns (uint64)
86400
minParticipation(view returns (uint32)
200000
minProposerVotingPower(view returns (uint256)
10000000000000000000000000
pluginType(pure returns (uint8)
0
proposalCount(view returns (uint256)
1
 
proxiableUUID(view returns (bytes32)
supportThreshold(view returns (uint32)
500000
votingMode(view returns (uint8)
1
Read-only
canExecute(uint256 _proposalIdview returns (bool)
canVote(uint256 _proposalIdaddress _voteruint8 _voteOptionview returns (bool)
getProposal(uint256 _proposalIdview returns (bool openbool executedstruct MajorityVotingBaseProposalParameters parametersstruct MajorityVotingBaseTally tallystruct IDAOAction[] actionsuint256 allowFailureMap)
getVoteOption(uint256 _proposalIdaddress _voterview returns (uint8)
isMember(address _accountview returns (bool)
isMinParticipationReached(uint256 _proposalIdview returns (bool)
isSupportThresholdReached(uint256 _proposalIdview returns (bool)
isSupportThresholdReachedEarly(uint256 _proposalIdview returns (bool)
supportsInterface(bytes4 _interfaceIdview returns (bool)
totalVotingPower(uint256 _blockNumberview returns (uint256)
State-modifying
createProposal(bytes _metadatastruct IDAOAction[] _actionsuint256 _allowFailureMapuint64 _startDateuint64 _endDateuint8 _voteOptionbool _tryEarlyExecutionreturns (uint256 proposalId)
execute(uint256 _proposalId
initialize(address _daostruct MajorityVotingBaseVotingSettings _votingSettingsaddress _token
updateVotingSettings(struct MajorityVotingBaseVotingSettings _votingSettings
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
vote(uint256 _proposalIduint8 _voteOptionbool _tryEarlyExecution
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
MembersAdded(address[] members
MembersRemoved(address[] members
MembershipContractAnnounced(address indexed definingContract
ProposalCreated(uint256 indexed proposalIdaddress indexed creatoruint64 startDateuint64 endDatebytes metadatastruct IDAOAction[] actionsuint256 allowFailureMap
ProposalExecuted(uint256 indexed proposalId
Upgraded(address indexed implementation
VoteCast(uint256 indexed proposalIdaddress indexed voteruint8 voteOptionuint256 votingPower
VotingSettingsUpdated(uint8 votingModeuint32 supportThresholduint32 minParticipationuint64 minDurationuint256 minProposerVotingPower
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
DaoUnauthorized(address daoaddress whereaddress whobytes32 permissionId
DateOutOfBounds(uint64 limituint64 actual
MinDurationOutOfBounds(uint64 limituint64 actual
NoVotingPower(
ProposalCreationForbidden(address sender
ProposalExecutionForbidden(uint256 proposalId
RatioOutOfBounds(uint256 limituint256 actual
VoteCastForbidden(uint256 proposalIdaddress accountuint8 voteOption