Pods1155Factory
Verified contract
Proxy
Active on
Base with 105 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000839 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22639331 | 2 days ago | | | 0 | 0.0000019012106 | |
| 22633529 | 2 days ago | | | 0 | 0.0000015048158 | |
| 22623392 | 3 days ago | | | 0 | 0.0000018320728 | |
| 22325056 | 10 days ago | | | 0 | 0.0000019141088 | |
| 22285083 | 11 days ago | | | 0 | 0.0000015045511 | |
| 22119467 | 14 days ago | | | 0 | 0.0000015047275 | |
| 22040645 | 16 days ago | | | 0 | 0.0000018941098 | |
| 22034347 | 16 days ago | | | 0 | 0.0000019340223 | |
| 21807613 | 22 days ago | | | 0 | 0.0000018990990 | |
| 21802690 | 22 days ago | | | 0 | 0.0000018983045 |
ABI
ABI objects
Getter at block 22741205 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)
2.7.0
defaultMinters() view returns (address[] minters)
[0x04E2516A2c207E84a1839755675dfd8eF6302F0a, 0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7, 0x78964965cF77850224513a367f899435C5B69174]
fixedPriceMinter() view returns (address)
0x04e2516a2c207e84a1839755675dfd8ef6302f0a
implementation() view returns (address)
0x7fef962ddd26252e3daf755102d0203b131fc3ff
merkleMinter() view returns (address)
0xf48172ca3b6068b20ee4917eb27b5472f1f272c7
owner() view returns (address)
0x1c0e93f01b65fbc938b67a96f1c26bc27fd356a9
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
redeemMinterFactory() view returns (address)
0x78964965cf77850224513a367f899435c5b69174
zora1155Impl() view returns (address)
0xa6c30732d1441ddbe0b24eeb204dff73c7ab4f16
Read-only
deterministicContractAddress(address msgSender, string newContractURI, string name, address contractAdmin) view returns (address)
State-modifying
Events acceptOwnership()
cancelOwnershipTransfer()
createContract(string newContractURI, string name, struct ICreatorRoyaltiesControlRoyaltyConfiguration defaultRoyaltyConfiguration, address defaultAdmin, bytes[] setupActions) returns (address)
createContractDeterministic(string newContractURI, string name, struct ICreatorRoyaltiesControlRoyaltyConfiguration defaultRoyaltyConfiguration, address defaultAdmin, bytes[] setupActions) returns (address)
initialize(address _initialOwner)
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)
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)