ZoraCreatorFixedPriceSaleStrategy

Verified contract

Active on Base with 1 txns
Deployed by via 0x91267a6c at 1496187
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x2bd2b95f5d746e975cc8e205f098272fb76f4e2d673486f97f81029a64cd22c6
From

Functions
Getter at block 22781298
contractName(pure returns (string)
Fixed Price Sale Strategy
contractURI(pure returns (string)
https://github.com/ourzora/zora-1155-contracts/
contractVersion(pure returns (string)
1.1.0
Read-only
getMintedPerWallet(address tokenContractuint256 tokenIdaddress walletview returns (uint256)
sale(address tokenContractuint256 tokenIdview returns (struct ZoraCreatorFixedPriceSaleStrategySalesConfig)
supportsInterface(bytes4 interfaceIdpure returns (bool)
State-modifying
requestMint(addressuint256 tokenIduint256 quantityuint256 ethValueSentbytes minterArgumentsreturns (struct ICreatorCommandsCommandSet commands)
resetSale(uint256 tokenId
setSale(uint256 tokenIdstruct ZoraCreatorFixedPriceSaleStrategySalesConfig salesConfig
Events
MintComment(address indexed senderaddress indexed tokenContractuint256 indexed tokenIduint256 quantitystring comment
SaleSet(address indexed mediaContractuint256 indexed tokenIdstruct ZoraCreatorFixedPriceSaleStrategySalesConfig salesConfig
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
SaleEnded(
SaleHasNotStarted(
UserExceedsMintLimit(address useruint256 limituint256 requestedAmount
WrongValueSent(