CollectionFactory

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x92d9f850 at 18499127
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot

No balances found for "CollectionFactory"

0x1614f870e2aaba453c50b6df604d6737bcc8b8b337d7c64ca7ef46320d1d334d

Functions
Getter at block 20965278
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE(view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
collectionImpl(view returns (address)
0xa53a3bf2840fd132fecdf7684b20c2cc8ec8e0b5
isEnabled(view returns (bool)
true
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uuidToCollection(bytes16view returns (address)
State-modifying
changeDeploySigners(address[] delSignersaddress[] addSigners
createCollection(struct CollectionConfig configstruct SaleConfig saleConfigstruct PaymentConfig paymentConfigaddress[] artistsbytes signature
grantRole(bytes32 roleaddress account
initialize(address _albaDelegateaddress _collectionImpladdress _contractManager
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setCollectionImplementation(address _collectionImpl
setEnabled(bool _isEnabled
Events
DeploymentCreated(address arg0bytes16 arg1
Initialized(uint8 version
ProtocolChanged(string eventNamebytes data
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
CollectionAlreadyExists(
FactoryNotEnabled(
InvalidSignature(