ZoraTimedSaleStrategyImpl
Verified contract
Implementation
Active on
Base with 5 txns
Storage
Map
Table
Raw
Constants and immutables
20
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ZoraTimedSaleStrategyImpl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0xd9394b0a | 22701920 | 17 hours ago | | | 0 | 0.000023910000 | |
0xd9394b0a | 22701707 | 18 hours ago | | | 0 | 0.000023910000 | |
| 22701476 | 18 hours ago | | | 0.000111 | 1.2940923e-7 | |
0xd9394b0a | 22700495 | 18 hours ago | | | 0 | 7.3711800e-7 | |
0xd9394b0a | 22700390 | 18 hours ago | | | 0 | 0.0000023766000 |
ABI
ABI objects
Getter at block 22723495
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 collection, uint256 tokenId, address erc20zAddress) view returns (struct IZoraTimedSaleStrategyERC20zActivate)
computeRewards(uint256 quantity) pure returns (struct IZoraTimedSaleStrategyRewardsSettings)
getCreateReferral(address collection, uint256 tokenId) view returns (address createReferral)
requestMint(address, uint256, uint256, uint256, bytes) pure returns (struct ICreatorCommandsCommandSet)
sale(address collection, uint256 tokenId) view returns (struct IZoraTimedSaleStrategySaleStorage)
saleV2(address collection, uint256 tokenId) view returns (struct IZoraTimedSaleStrategySaleData)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events acceptOwnership()
initialize(address _defaultOwner, address _zoraRewardRecipient, address _erc20zImpl, address _protocolRewards)
launchMarket(address collection, uint256 tokenId)
mint(address mintTo, uint256 quantity, address collection, uint256 tokenId, address mintReferral, string comment) payable
renounceOwnership()
setSale(uint256 tokenId, struct IZoraTimedSaleStrategySalesConfig salesConfig)
setSaleV2(uint256 tokenId, struct IZoraTimedSaleStrategySalesConfigV2 salesConfig)
setZoraRewardRecipient(address recipient)
transferOwnership(address newOwner)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes)
updateSale(uint256 tokenId, uint64 newStartTime, uint64 newMarketCountdown)
upgradeToAndCall(address newImplementation, bytes data) payable
Initialized(uint64 version)
MarketLaunched(address indexed collection, uint256 indexed tokenId, address erc20zAddress, address poolAddress)
MintComment(address indexed sender, address indexed collection, uint256 indexed tokenId, uint256 quantity, string comment)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleSet(address indexed collection, uint256 indexed tokenId, struct IZoraTimedSaleStrategySalesConfig salesConfig, address erc20zAddress, address poolAddress, uint256 mintFee)
SaleSetV2(address indexed collection, uint256 indexed tokenId, struct IZoraTimedSaleStrategySaleData saleData, uint256 mintFee)
Upgraded(address indexed implementation)
ZoraRewardRecipientUpdated(address indexed prevRecipient, address indexed newRecipient)
ZoraTimedSaleStrategyRewards(address indexed collection, uint256 indexed tokenId, address creator, uint256 creatorReward, address createReferral, uint256 createReferralReward, address mintReferral, uint256 mintReferralReward, address market, uint256 marketReward, address zoraRecipient, uint256 zoraReward)
constructor()
This contract contains no fallback and receive objects.
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()