ZoraTimedSaleStrategyImpl

Verified contract

Implementation

Active on Base with 3 txns
Deployed by via 0xbf3473e0 at 18785877
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ZoraTimedSaleStrategyImpl"

0xeb51a7ee6b59bf008ee2f783929c0c0820bf872967dbf06db448352e2d88bdb7
0x954093ffecb50c920947b94c3cf92048413205e484a31d0b6ba6ecf77cb5d11d
0xc84ebc9ddada653bf20359bc4a478afa561865c2431ab05d7c1e37a6054de4e3

Functions
Getter at block 21732847
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
contractName(pure returns (string)
Zora Timed Sale Strategy
contractURI(pure returns (string)
https://github.com/ourzora/zora-protocol/
contractVersion(pure returns (string)
2.0.0
erc20zImpl(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
protocolRewards(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
calculateERC20zActivate(address collectionuint256 tokenIdaddress erc20zAddressview returns (struct IZoraTimedSaleStrategyERC20zActivate)
computeRewards(uint256 quantitypure returns (struct IZoraTimedSaleStrategyRewardsSettings)
getCreateReferral(address collectionuint256 tokenIdview returns (address createReferral)
requestMint(addressuint256uint256uint256bytespure returns (struct ICreatorCommandsCommandSet)
sale(address collectionuint256 tokenIdview returns (struct IZoraTimedSaleStrategySaleStorage)
saleV2(address collectionuint256 tokenIdview returns (struct IZoraTimedSaleStrategySaleData)
supportsInterface(bytes4 interfaceIdpure returns (bool)
State-modifying
acceptOwnership(
initialize(address _defaultOwneraddress _zoraRewardRecipientaddress _erc20zImpladdress _protocolRewards
launchMarket(address collectionuint256 tokenId
mint(address mintTouint256 quantityaddress collectionuint256 tokenIdaddress mintReferralstring commentpayable 
renounceOwnership(
setSale(uint256 tokenIdstruct IZoraTimedSaleStrategySalesConfig salesConfig
setSaleV2(uint256 tokenIdstruct IZoraTimedSaleStrategySalesConfigV2 salesConfig
setZoraRewardRecipient(address recipient
transferOwnership(address newOwner
uniswapV3SwapCallback(int256 amount0Deltaint256 amount1Deltabytes
updateSale(uint256 tokenIduint64 newStartTimeuint64 newMarketCountdown
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Initialized(uint64 version
MarketLaunched(address indexed collectionuint256 indexed tokenIdaddress erc20zAddressaddress poolAddress
MintComment(address indexed senderaddress indexed collectionuint256 indexed tokenIduint256 quantitystring comment
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SaleSet(address indexed collectionuint256 indexed tokenIdstruct IZoraTimedSaleStrategySalesConfig salesConfigaddress erc20zAddressaddress poolAddressuint256 mintFee
SaleSetV2(address indexed collectionuint256 indexed tokenIdstruct IZoraTimedSaleStrategySaleData saleDatauint256 mintFee
Upgraded(address indexed implementation
ZoraRewardRecipientUpdated(address indexed prevRecipientaddress indexed newRecipient
ZoraTimedSaleStrategyRewards(address indexed collectionuint256 indexed tokenIdaddress creatoruint256 creatorRewardaddress createReferraluint256 createReferralRewardaddress mintReferraluint256 mintReferralRewardaddress marketuint256 marketRewardaddress zoraRecipientuint256 zoraReward
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
AddressZero(
ERC1167FailedCreateClone(
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
EndTimeCannotBeInThePast(
FailedInnerCall(
InsufficientFunds(
InvalidInitialization(
MarketAlreadyLaunched(
MarketMinimumNotReached(
MinimumMarketEthNotMet(
NeedsToBeAtLeastOneSaleToStartMarket(
NotInitializing(
OnlyZoraRewardRecipient(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
RequestMintInvalidUseMint(
ResetSaleNotAvailable(
SaleAlreadySet(
SaleEnded(
SaleHasNotStarted(
SaleInProgress(
SaleNotSet(
SaleV2AlreadyStarted(
SaleV2Ended(
SaleV2NotSet(
StartTimeCannotBeAfterEndTime(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
WrongValueSent(
ZoraCreator1155ContractNeedsToSupportReduceSupply(