ZoraCreator1155PremintExecutorImpl
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
22
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)
No balances found for "ZoraCreator1155PremintExecutorImpl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ZoraCreator1155PremintExecutorImpl"
ABI
ABI objects
Getter at block 22762008
contractName() pure returns (string)
ZORA 1155 Premint Executor
implementation() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
zora1155Factory() view returns (address)
0x777777c338d93e2c7adf08d102d45ca7cc4ed021
Read-only
getContractAddress(struct ContractCreationConfig contractConfig) view returns (address)
isAuthorizedToCreatePremint(address signer, address premintContractConfigContractAdmin, address contractAddress) view returns (bool isAuthorized)
isValidSignature(struct ContractCreationConfig contractConfig, struct PremintConfig premintConfig, bytes signature) view returns (bool isValid, address contractAddress, address recoveredSigner)
mintFee(address collectionAddress) view returns (uint256)
premintStatus(address contractAddress, uint32 uid) view returns (bool contractCreated, uint256 tokenIdForPremint)
supportedPremintSignatureVersions(address contractAddress) view returns (string[] versions)
State-modifying
Events acceptOwnership()
cancelOwnershipTransfer()
initialize(address _initialOwner)
premint(struct ContractCreationConfig contractConfig, struct PremintConfig premintConfig, bytes signature, uint256 quantityToMint, string mintComment) payable returns (uint256 newTokenId)
premintV1(struct ContractCreationConfig contractConfig, struct PremintConfig premintConfig, bytes signature, uint256 quantityToMint, struct IZoraCreator1155PremintExecutorMintArguments mintArguments) payable returns (struct IZoraCreator1155PremintExecutorPremintResult result)
premintV2(struct ContractCreationConfig contractConfig, struct PremintConfigV2 premintConfig, bytes signature, uint256 quantityToMint, struct IZoraCreator1155PremintExecutorMintArguments mintArguments) payable returns (struct IZoraCreator1155PremintExecutorPremintResult result)
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)
Initialized(uint8 version)
OwnerCanceled(address indexed owner, address indexed canceledOwner)
OwnerPending(address indexed owner, address indexed pendingOwner)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
Preminted(address indexed contractAddress, uint256 indexed tokenId, bool indexed createdNewContract, uint32 uid, struct ContractCreationConfig contractConfig, struct TokenCreationConfig tokenConfig, address minter, uint256 quantityMinted)
PremintedV2(address indexed contractAddress, uint256 indexed tokenId, bool indexed createdNewContract, uint32 uid, address minter, uint256 quantityMinted)
Upgraded(address indexed implementation)
constructor(address _factory)
This contract contains no fallback and receive objects.
ADDRESS_DELEGATECALL_TO_NON_CONTRACT()
ADDRESS_LOW_LEVEL_CALL_FAILED()
Burn_NotOwnerOrApproved(address operator, address user)
CREATOR_FUNDS_RECIPIENT_NOT_SET()
CallFailed(bytes reason)
Call_TokenIdMismatch()
CallerNotZoraCreator1155()
CannotMintMoreTokens(uint256 tokenId, uint256 quantity, uint256 totalMinted, uint256 maxSupply)
Config_TransferHookNotSupported(address proposedAddress)
ERC1155_MINT_TO_ZERO_ADDRESS()
ERC1967_NEW_IMPL_NOT_CONTRACT()
ERC1967_NEW_IMPL_NOT_UUPS()
ERC1967_UNSUPPORTED_PROXIABLEUUID()
ETHWithdrawFailed(address recipient, uint256 amount)
FUNCTION_MUST_BE_CALLED_THROUGH_ACTIVE_PROXY()
FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL()
FundsWithdrawInsolvent(uint256 amount, uint256 contractValue)
INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED()
INITIALIZABLE_CONTRACT_IS_INITIALIZING()
INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING()
INVALID_ADDRESS_ZERO()
INVALID_ETH_AMOUNT()
InvalidMerkleProof(address mintTo, bytes32[] merkleProof, bytes32 merkleRoot)
InvalidMintSchedule()
InvalidSignatureVersion()
MintNotYetStarted()
Mint_InsolventSaleTransfer()
Mint_TokenIDMintNotAllowed()
Mint_UnknownCommand()
Mint_ValueTransferFail()
MinterContractAlreadyExists()
MinterContractDoesNotExist()
NewOwnerNeedsToBeAdmin()
ONLY_CREATE_REFERRAL()
ONLY_OWNER()
ONLY_PENDING_OWNER()
OWNER_CANNOT_BE_ZERO_ADDRESS()
PremintDeleted()
ProtocolRewardsWithdrawFailed(address caller, address recipient, uint256 amount)
Renderer_NotValidRendererContract()
SaleEnded()
SaleHasNotStarted()
Sale_CannotCallNonSalesContract(address targetContract)
TokenIdMismatch(uint256 expected, uint256 actual)
UUPS_UPGRADEABLE_MUST_NOT_BE_CALLED_THROUGH_DELEGATECALL()
UpgradeToMismatchedContractName(string expected, string actual)
UserExceedsMintLimit(address user, uint256 limit, uint256 requestedAmount)
UserMissingRoleForToken(address user, uint256 tokenId, uint256 role)
WrongValueSent()