Zora1155Factory
Verified contract
Proxy
Active on
Ethereum with 280 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "Zora1155Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17157589 | 2 years ago | | | 0 | 0.0011698522 | |
| 17125083 | 2 years ago | | | 0 | 0.023076780 | |
| 17124769 | 2 years ago | | | 0 | 0.019067912 | |
| 17119981 | 2 years ago | | | 0 | 0.023568984 | |
| 17118668 | 2 years ago | | | 0 | 0.027991200 | |
| 17118059 | 2 years ago | | | 0 | 0.039416085 | |
| 17107425 | 2 years ago | | | 0 | 0.025200943 | |
| 17103515 | 2 years ago | | | 0 | 0.025553859 | |
| 17101641 | 2 years ago | | | 0 | 0.021439538 | |
| 17091563 | 2 years ago | | | 0 | 0.028802541 |
ABI
ABI objects
Getter at block 21215067 contractName() pure returns (string) contractURI() pure returns (string) defaultMinters() view returns (address[] minters) fixedPriceMinter() view returns (address) merkleMinter() view returns (address) pendingOwner() view returns (address) proxiableUUID() view returns (bytes32)
contractVersion() pure returns (string)
[unknown]
implementation() view returns (address)
0x419074d73cf0852e46b8531b430b1230c348c291
owner() view returns (address)
0x0000000000000000000000000000000000000000
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)
Upgraded(address indexed implementation)
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 _logic, bytes _data)
fallback()
receive()
Constructor_ImplCannotBeZero()
ONLY_OWNER()
ONLY_PENDING_OWNER()
OWNER_CANNOT_BE_ZERO_ADDRESS()