Zora1155Factory
Verified contract
Proxy
Active on
Base with 5,915 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) |
---|---|---|---|---|---|---|---|
| 10539864 | 9 months ago | | | 0 | 0.000000005002088798 | |
| 10538294 | 9 months ago | | | 0 | 0.0000044864149 | |
| 10537789 | 9 months ago | | | 0 | 0.0000023254710 | |
| 10537475 | 9 months ago | | | 0 | 7.7537021e-7 | |
| 10536791 | 9 months ago | | | 0 | 0.0000034078890 | |
| 10536583 | 9 months ago | | | 0 | 1.4371144e-7 | |
| 10536348 | 9 months ago | | | 0 | 0.000000033999629905 | |
| 10536049 | 9 months ago | | | 0 | 0.000000024199005912 | |
| 10535542 | 9 months ago | | | 0 | 0.000000006768733943 | |
| 10533529 | 9 months ago | | | 0 | 0.000000008335135755 |
ABI
ABI objects
Getter at block 22738176 proxiableUUID() view returns (bytes32)
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)
0x805e0a08de70f85c01f7848370d5e3fc08aad0ea
merkleMinter() view returns (address)
0xbc98b527433266910fcc0ae56e17ddbd41846bcb
owner() view returns (address)
0x004d6611884b4a661749b64b2adc78505c3e1ab3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
redeemMinterFactory() view returns (address)
0x56ab0bc1971f5fe6a263ca34050896f4b0fcf88e
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()
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 expected, string actual)