SharesFactoryV1
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
17
Slot
XX
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
Balances ($0.00)
No balances found for "SharesFactoryV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SharesFactoryV1"
ABI
ABI objects
Getter at block 22753145
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)
0
getHoldersFeePercent() view returns (uint256 feePercent)
0
getImplementation() view returns (address)
0x0000000000000000000000000000000000000000
getPaymentToken() view returns (address)
0x0000000000000000000000000000000000000000
getProtocolFeeDestination() view returns (address feeDestination)
0x0000000000000000000000000000000000000000
getProtocolFeePercent() view returns (uint256 feePercent)
0
getSharesOwnerAddress() view returns (address)
0x0000000000000000000000000000000000000000
getSubjectFeePercent() view returns (uint256 feePercent)
0
Read-only
determineImplementationType(address _sharesContract) view returns (uint8)
getDistributorImplAddress(uint8 _implementationType) view returns (address)
getNonce(address _issuer) view returns (uint256)
getRole(address operator) view returns (uint256)
getSharesImplAddress(uint8 _implementationType) view returns (address)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
lookupSharesContract(struct TradeableSharesSharesSubject _sharesSubject) view returns (address)
State-modifying
Events deploySharesContract(uint8 _implementationType, struct TradeableSharesSharesSubject _sharesSubject) returns (address)
deploySharesContractAndBuy(uint8 _implementationType, struct TradeableSharesSharesSubject _sharesSubject, uint256 _amount) payable returns (address)
deploySharesContractPaused(uint8 _implementationType, struct TradeableSharesSharesSubject _sharesSubject) returns (address)
executeDeploymentRequest(struct SharesFactorySharesDeploymentRequest req, bytes signature) payable returns (address)
mintSubjectAndDeployShares(uint8 _implementationType, struct TradeableSharesSharesSubject _sharesSubject, address _issuer, uint256 _amount) payable returns (address)
notifySubjectUpdated()
postConstruct(address _paymentToken)
registerSharesContract(address _sharesContract)
rewindNonce(address _issuer, uint256 _nonce)
setDistributorImplAddress(uint8 _implementationType, address _implementationAddress)
setHoldersFeePercent(uint64 _feePercent)
setProtocolFee(address _protocolFeeDestination, uint64 _protocolFeePercent, uint64 _holdersFeePercent, uint64 _subjectFeePercent)
setProtocolFeeDestination(address _feeDestination)
setProtocolFeePercent(uint64 _feePercent)
setSharesImplAddress(uint8 _implementationType, address _implementationAddress)
setSharesOwnerAddress(address _sharesOwnerAddress)
setSubjectFeePercent(uint64 _feePercent)
updateFeatures(uint256 _mask)
updateRole(address operator, uint256 role)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
DistributorImplAddressUpdated(uint8 implementationType, address implementationAddress)
NonceUsed(address indexed issuer, uint256 nonce)
ProtocolFeeUpdated(address protocolFeeDestination, uint64 protocolFeePercent, uint64 holdersFeePercent, uint64 subjectFeePercent)
RoleUpdated(address indexed operator, uint256 requested, uint256 assigned)
SharesContractRegistered(address indexed creator, address indexed implementationContract, address indexed holdersRewardsDistributor, uint8 implementationType, struct TradeableSharesSharesSubject sharesSubject, bool newDeployment)
SharesImplAddressUpdated(uint8 implementationType, address implementationAddress)
SharesOwnerAddressUpdated(address indexed sharesOwnerAddress)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.