ZoraTimedSaleStrategyImpl

Verified contract

Implementation

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

No balances found for "ZoraTimedSaleStrategyImpl"

0x4184d27476ff5bc99312e804254942ef18498732a86ac7ca76dc680d36dcf1bc
0x7ed0e1749fa857ba8217ba97303a7ab9982295e8c9f1b7070078b0a849e7abe2
0x62add7a77e340a0880ad1e3ea14f2a04255a2948d4ddba1d980dd1143e5383ee
0xb86da7653b8486b8e88babf8676ae5d33e8595724d3ea28cba40efe1e1fa910a
0xd070ab4473dd497b89d80871b0346da0e692a2d5896108cf3c79c5e416d66ebc

Functions
Getter at block 22733883
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.1.1
erc20zImpl(view returns (address)
0x0000000000000000000000000000000000000000
implementation(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(