Zora1155Factory

Verified contract

Proxy

Active on Ethereum with 436 txns
Deployed by via 0xd601cf2b at 17126528
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 "Zora1155Factory"

0x7bb698e3f60cfe778138558cb26fda8a901bb6982b2486004e8237799d1c53dd
0xe0c1a5576b3f5bcb06285983f216c2e5d3f6f7a00a2994189299dcf3027fc26c
0x74b25d27361111b0dd128c0b48ec6fbcdb33b4df99f0efb3a78a942e83b5c4a4
0x4aa95eab069f549c8361cfe415daddfd9272cf09cb8507772faa0af4429d6faf
0x210ac8657dd1abcd718e31c062532d2a2b4cc958420d96f64fbddfcff0cf9d61
0xb0a49f8ce711615670511e4040c616712f99e44a09d9ca8bd577f41e6ca9b9a9
0xb59f6f99f56752ec026874791a142c29389d1d70e42de826aeb9f13902e8bda3
0xedb4a13e1afc1a31a05e6da8ef80581a550e81794c16c1c6f48073e6b1041ebc
0x1fca7186b43d8c954c2367a877f690db32b313cfd9168d73e5a40838ae838938
0x4a442292c96201b322878934fcae4a893e6d1075406984c5541529976e95162f

Functions
Getter at block 20838947
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)
[0x8A1DBE9b1CeB1d17f92Bebf10216FCFAb5C3fbA7, 0x5c895Cc296e334CA11DF751aA72135807D4057d4, 0xdA48f625903547Dc7B70Ad8E019e7dFc55d0aA96]
fixedPriceMinter(view returns (address)
0x8a1dbe9b1ceb1d17f92bebf10216fcfab5c3fba7
implementation(view returns (address)
0xf62b0d56ba617f803df1c464c519ff7d29451b2f
merkleMinter(view returns (address)
0x5c895cc296e334ca11df751aa72135807d4057d4
owner(view returns (address)
0xdb392f4391462d60b8b4413ef72018ab595af9d0
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
proxiableUUID(view returns (bytes32)
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
Upgraded(address indexed implementation
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 _logicbytes _data
Fallback and receive
fallback(
receive(
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