ZoraTimedSaleStrategy
Verified contract
Proxy
Active on
Base
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7777…ba8b
Balances ($3.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
toby | ERC-20 | 72.666775M | $0.00 |
$3.34 | |
HDOGs | ERC-20 | 10K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22723477 | a few seconds ago | | | 0.000111 | 3.7893101e-7 | |
| 22723473 | a minute ago | | | 0.000111 | 0.000015172343 | |
| 22723464 | a minute ago | | | 0.000111 | 0.000014644358 | |
| 22723451 | 2 minutes ago | | | 0.000111 | 0.000015172343 | |
| 22723440 | 2 minutes ago | | | 0.000111 | 3.8630019e-7 | |
| 22723437 | 2 minutes ago | | | 0.000111 | 0.000014644358 | |
| 22723421 | 3 minutes ago | | | 0.000111 | 0.000015172343 | |
| 22723416 | 3 minutes ago | | | 0.000111 | 0.000014644358 | |
| 22723413 | 3 minutes ago | | | 0.000111 | 3.9739600e-7 | |
| 22723388 | 4 minutes ago | | | 0.000111 | 3.5746992e-7 |
ABI
ABI objects
Getter at block 22723495 proxiableUUID() view returns (bytes32)
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)
0x547a162f5b50b807b30db4557ae81e49aad618b0
implementation() view returns (address)
0x6ae87b1d0909e8dc03f7b9c240e22cd5131ed4ee
owner() view returns (address)
0x004d6611884b4a661749b64b2adc78505c3e1ab3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
protocolRewards() view returns (address)
0x7777777f279eba3d3ad8f4e708545291a6fdba8b
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
Upgraded(address indexed implementation)
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(address _logic)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
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()