ZoraCreator1155FactoryImpl

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xc1851c6b at 2137764
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 21840913
contractName(pure returns (string)
ZORA 1155 Contract Factory
contractURI(pure returns (string)
https://github.com/ourzora/zora-1155-contracts/
contractVersion(pure returns (string)
1.4.0
defaultMinters(view returns (address[] minters)
[0xFF8B0f870ff56870Dc5aBd6cB3E6E89c8ba2e062, 0xbC98b527433266910fcc0ae56E17DDbd41846bCB, 0x56Ab0bc1971f5fE6A263cA34050896f4B0fcF88E]
fixedPriceMinter(view returns (address)
0xff8b0f870ff56870dc5abd6cb3e6e89c8ba2e062
implementation(view returns (address)
0x2e0c148c1aed0360df9a86112fd7c4eab8045779
merkleMinter(view returns (address)
0xbc98b527433266910fcc0ae56e17ddbd41846bcb
owner(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
redeemMinterFactory(view returns (address)
0x56ab0bc1971f5fe6a263ca34050896f4b0fcf88e
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
ADDRESS_DELEGATECALL_TO_NON_CONTRACT(
ADDRESS_LOW_LEVEL_CALL_FAILED(
Constructor_ImplCannotBeZero(
ERC1967_NEW_IMPL_NOT_CONTRACT(
ERC1967_NEW_IMPL_NOT_UUPS(
ERC1967_UNSUPPORTED_PROXIABLEUUID(
FUNCTION_MUST_BE_CALLED_THROUGH_ACTIVE_PROXY(
FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL(
INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED(
INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING(
ONLY_OWNER(
ONLY_PENDING_OWNER(
OWNER_CANNOT_BE_ZERO_ADDRESS(
UUPS_UPGRADEABLE_MUST_NOT_BE_CALLED_THROUGH_DELEGATECALL(
UpgradeToMismatchedContractName(string expectedstring actual