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 933 txns
Deployed by via 0x33ec72eb at 10257707
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"

0x733b7ede9326b9f37e859fbaf068f3335c2b3668b2d6323d8078a7e3dfdfe069
0x8eec80572a373b8c400a4b1a080a13aa0d62db0313969641f4454b9ef1753dc6
0xff8633ed34fe2e643acfe4809881cbe6c72241724fa51c01812bef0201cc50b5
0xcec99559aae66f37238a8c6a159cce972cec69d3a6b6326c7bfc709be80911bf
0xf7a37d612c5d7b51a7fca0662ea95d54966ffa8187ccb3eaa70a79e9cf612398
0x0eebcbabb4170aa1abd938a691b96d3c09968afddff0d7ed69c25cff26f68935
0xbae02d5fc3ca763ad80ac31ef9cf1feba29301eb48da5f64f07d9ccc7c105335
0x77df69eeb44fc88b65405e3ccaf873280ffabde7bed044e0abff1031fddf1eb1
0xfce3824f960b2e0f861b66e01c910295764056d3baf225b0bba996b9b44b4575
0x2b774794df31dc137bb84746910bef44e8a7947751d695cc6126212ff655e78c

Functions
Getter at block 22762721
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)
5
getHoldersFeePercent(view returns (uint256 feePercent)
30000000000000000
getImplementation(view returns (address)
0x41aeed8861e3baa0af5e5f8a60ca4faba3abb58e
getPaymentToken(view returns (address)
0x97c806e7665d3afd84a8fe1837921403d59f3dcc
getProtocolFeeDestination(view returns (address feeDestination)
0x6e1b9c06410c234a427ca10935c2438548c988bd
getProtocolFeePercent(view returns (uint256 feePercent)
40000000000000000
getSharesOwnerAddress(view returns (address)
0xc2b38b25d0c74b6b33ce6428bd8667f44cbe0bf1
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.