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.

ERC1967Proxy

Verified contract

Proxy

Active on Base with 425 txns
Deployed by via 0x1f7dfa2d at 10251190
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots

No balances found for "ERC1967Proxy"

0xd82d39c1435a64ac7d722e11d870f59de6005baaeda206984972921a4dcf5ced
0xe694ed77fa6b64776df1155ef00a1418fbfb145437f98ced1cf79c1f74cae0d0
0xbc33e0ab81ae96d132cee8237b34111651eb2f9baac50bc1f2ae5e16e6784d45
0x28eefd9727c7860cda2b71b6a53075a60c77d6eee1389f68c8a1db44ef5b4d66
0xb98b5c195e66f58957a7691b4b61e9b83e1164408328997e5fb27dcf62fe45fe
0xacc601cca866910d4a27b36cc30e3630f067f25221fb24a216572b242610f09d
0x74c58a05d84946b1f8e761ba1dc4039d9f8c547ab9b7399f008b53ec52cde721
0xceec3a9ba8cf678b77519cd5d4cdf6659d3967a6ed6717bdafb5fbb75b9fe364
0x41236272c46112f6b51a753860a1027ffff826097586ba782b17eacd4c1ecd37
0xe3fa37febbb1fde1271ce50780a7ec6cb534bf944ec4d63b5981c118af966d55

Functions
Getter at block 22756623
FEATURE_ALLOW_EXCLUSIVE_BUY(view returns (uint32)
4
FEATURE_ALLOW_PAUSED_DEPLOYMENTS(view returns (uint32)
2
FEATURE_SHARES_DEPLOYMENT_ENABLED(view returns (uint32)
1
ROLE_ACCESS_MANAGER(view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_FACTORY_DEPLOYMENT_MANAGER(view returns (uint32)
1048576
ROLE_HOLDERS_FEE_MANAGER(view returns (uint32)
131072
ROLE_PROTOCOL_FEE_MANAGER(view returns (uint32)
65536
ROLE_SHARES_REGISTRAR(view returns (uint32)
524288
ROLE_SUBJECT_FEE_MANAGER(view returns (uint32)
262144
ROLE_UPGRADE_MANAGER(view returns (uint256)
28948022309329048855892746252171976963317496166410141009864396001978282409984
features(view returns (uint256)
7
getHoldersFeePercent(view returns (uint256 feePercent)
30000000000000000
getImplementation(view returns (address)
0x41aeed8861e3baa0af5e5f8a60ca4faba3abb58e
getPaymentToken(view returns (address)
0x97c806e7665d3afd84a8fe1837921403d59f3dcc
getProtocolFeeDestination(view returns (address feeDestination)
0x4049d726720652adf7d85ca5752232725352a0be
getProtocolFeePercent(view returns (uint256 feePercent)
40000000000000000
getSharesOwnerAddress(view returns (address)
0x511b96673b06c37daa18cc3dfb3920f616b49eb1
getSubjectFeePercent(view returns (uint256 feePercent)
30000000000000000
Read-only
determineImplementationType(address _sharesContractview returns (uint8)
getDistributorImplAddress(uint8 _implementationTypeview returns (address)
getNonce(address _issuerview returns (uint256)
getRole(address operatorview returns (uint256)
getSharesImplAddress(uint8 _implementationTypeview returns (address)
isFeatureEnabled(uint256 requiredview returns (bool)
isOperatorInRole(address operatoruint256 requiredview returns (bool)
isSenderInRole(uint256 requiredview returns (bool)
lookupSharesContract(struct TradeableSharesSharesSubject _sharesSubjectview returns (address)
State-modifying
deploySharesContract(uint8 _implementationTypestruct TradeableSharesSharesSubject _sharesSubjectreturns (address)
deploySharesContractAndBuy(uint8 _implementationTypestruct TradeableSharesSharesSubject _sharesSubjectuint256 _amountpayable returns (address)
deploySharesContractPaused(uint8 _implementationTypestruct TradeableSharesSharesSubject _sharesSubjectreturns (address)
executeDeploymentRequest(struct SharesFactorySharesDeploymentRequest reqbytes signaturepayable returns (address)
mintSubjectAndDeployShares(uint8 _implementationTypestruct TradeableSharesSharesSubject _sharesSubjectaddress _issueruint256 _amountpayable returns (address)
notifySubjectUpdated(
postConstruct(address _paymentToken
registerSharesContract(address _sharesContract
rewindNonce(address _issueruint256 _nonce
setDistributorImplAddress(uint8 _implementationTypeaddress _implementationAddress
setHoldersFeePercent(uint64 _feePercent
setProtocolFee(address _protocolFeeDestinationuint64 _protocolFeePercentuint64 _holdersFeePercentuint64 _subjectFeePercent
setProtocolFeeDestination(address _feeDestination
setProtocolFeePercent(uint64 _feePercent
setSharesImplAddress(uint8 _implementationTypeaddress _implementationAddress
setSharesOwnerAddress(address _sharesOwnerAddress
setSubjectFeePercent(uint64 _feePercent
updateFeatures(uint256 _mask
updateRole(address operatoruint256 role
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
DistributorImplAddressUpdated(uint8 implementationTypeaddress implementationAddress
NonceUsed(address indexed issueruint256 nonce
ProtocolFeeUpdated(address protocolFeeDestinationuint64 protocolFeePercentuint64 holdersFeePercentuint64 subjectFeePercent
RoleUpdated(address indexed operatoruint256 requesteduint256 assigned
SharesContractRegistered(address indexed creatoraddress indexed implementationContractaddress indexed holdersRewardsDistributoruint8 implementationTypestruct TradeableSharesSharesSubject sharesSubjectbool newDeployment
SharesImplAddressUpdated(uint8 implementationTypeaddress implementationAddress
SharesOwnerAddressUpdated(address indexed sharesOwnerAddress
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.