ZoraCreator1155FactoryImpl
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
Slot
XX
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
Balances ($0.00)
No balances found for "ZoraCreator1155FactoryImpl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ZoraCreator1155FactoryImpl"
ABI
ABI objects
Getter at block 21215533
contractName() pure returns (string)
ZORA 1155 Contract Factory
contractURI() pure returns (string)
https://github.com/ourzora/zora-1155-contracts/
contractVersion() pure returns (string)
1.1.0
defaultMinters() view returns (address[] minters)
[0x5Ff5a77dD2214d863aCA809C0168941052d9b180, 0x5c895Cc296e334CA11DF751aA72135807D4057d4]
fixedPriceMinter() view returns (address)
0x5ff5a77dd2214d863aca809c0168941052d9b180
implementation() view returns (address)
0x4482c5929618b848a46e3da830a3d71085a5de07
merkleMinter() view returns (address)
0x5c895cc296e334ca11df751aa72135807d4057d4
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
isAllowedUpgrade(address, address) view returns (bool)
isRegisteredUpgradePath(address baseImpl, address upgradeImpl) view returns (bool)
State-modifying
Events acceptOwnership()
cancelOwnershipTransfer()
createContract(string newContractURI, string name, struct ICreatorRoyaltiesControlRoyaltyConfiguration defaultRoyaltyConfiguration, address defaultAdmin, bytes[] setupActions) returns (address)
initialize(address _initialOwner)
registerUpgradePath(address[] baseImpls, address upgradeImpl)
removeUpgradePath(address baseImpl, address upgradeImpl)
resignOwnership()
safeTransferOwnership(address _newOwner)
transferOwnership(address _newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
FactorySetup()
Initialized(uint8 version)
OwnerCanceled(address indexed owner, address indexed canceledOwner)
OwnerPending(address indexed owner, address indexed pendingOwner)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
SetupNewContract(address indexed newContract, address indexed creator, address indexed defaultAdmin, string contractURI, string name, struct ICreatorRoyaltiesControlRoyaltyConfiguration defaultRoyaltyConfiguration)
UpgradeRegistered(address indexed baseImpl, address indexed upgradeImpl)
UpgradeRemoved(address indexed baseImpl, address indexed upgradeImpl)
Upgraded(address indexed implementation)
constructor(address _implementation, address _merkleMinter, address _fixedPriceMinter)
This contract contains no fallback and receive objects.
Constructor_ImplCannotBeZero()
ONLY_OWNER()
ONLY_PENDING_OWNER()
OWNER_CANNOT_BE_ZERO_ADDRESS()