This contract is being backfilled. You may encounter incomplete storage history.

ZoraCreator1155FactoryImpl

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x519a0456 at 17183144
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

No balances found for "ZoraCreator1155FactoryImpl"

No transactions found for "ZoraCreator1155FactoryImpl"


Functions
Getter at block 20897202
contractName(pure returns (string)
ZORA 1155 Contract Factory
contractURI(pure returns (string)
https://github.com/ourzora/zora-1155-contracts/
contractVersion(pure returns (string)
1.3.0
defaultMinters(view returns (address[] minters)
[0x8A1DBE9b1CeB1d17f92Bebf10216FCFAb5C3fbA7, 0x5c895Cc296e334CA11DF751aA72135807D4057d4, 0xdA48f625903547Dc7B70Ad8E019e7dFc55d0aA96]
fixedPriceMinter(view returns (address)
0x8a1dbe9b1ceb1d17f92bebf10216fcfab5c3fba7
implementation(view returns (address)
0x4c2b5f3b7eadadd58d5ec457abf57f4718b171ae
merkleMinter(view returns (address)
0x5c895cc296e334ca11df751aa72135807d4057d4
owner(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
redeemMinterFactory(view returns (address)
0xda48f625903547dc7b70ad8e019e7dfc55d0aa96
Read-only
isAllowedUpgrade(addressaddressview returns (bool)
isRegisteredUpgradePath(address baseImpladdress upgradeImplview returns (bool)
State-modifying
acceptOwnership(
cancelOwnershipTransfer(
createContract(string newContractURIstring namestruct ICreatorRoyaltiesControlRoyaltyConfiguration defaultRoyaltyConfigurationaddress defaultAdminbytes[] setupActionsreturns (address)
initialize(address _initialOwner
registerUpgradePath(address[] baseImplsaddress upgradeImpl
removeUpgradePath(address baseImpladdress upgradeImpl
resignOwnership(
safeTransferOwnership(address _newOwner
transferOwnership(address _newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
FactorySetup(
Initialized(uint8 version
OwnerCanceled(address indexed owneraddress indexed canceledOwner
OwnerPending(address indexed owneraddress indexed pendingOwner
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
SetupNewContract(address indexed newContractaddress indexed creatoraddress indexed defaultAdminstring contractURIstring namestruct ICreatorRoyaltiesControlRoyaltyConfiguration defaultRoyaltyConfiguration
UpgradeRegistered(address indexed baseImpladdress indexed upgradeImpl
UpgradeRemoved(address indexed baseImpladdress indexed upgradeImpl
Upgraded(address indexed implementation
Constructor
constructor(address _implementationaddress _merkleMinteraddress _fixedPriceMinteraddress _redeemMinterFactory
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Constructor_ImplCannotBeZero(
ONLY_OWNER(
ONLY_PENDING_OWNER(
OWNER_CANNOT_BE_ZERO_ADDRESS(