ZoraCreatorFixedPriceSaleStrategy
Verified contract
Active on
Base with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Cheems | ERC-20 | 10.134582M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9360126 | 10 months ago | | | 0 | 0.000000006226972752 |
ABI
ABI objects
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 tokenContract, uint256 tokenId, address wallet) view returns (uint256)
sale(address tokenContract, uint256 tokenId) view returns (struct ZoraCreatorFixedPriceSaleStrategySalesConfig)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events requestMint(address, uint256 tokenId, uint256 quantity, uint256 ethValueSent, bytes minterArguments) returns (struct ICreatorCommandsCommandSet commands)
resetSale(uint256 tokenId)
setSale(uint256 tokenId, struct ZoraCreatorFixedPriceSaleStrategySalesConfig salesConfig)
MintComment(address indexed sender, address indexed tokenContract, uint256 indexed tokenId, uint256 quantity, string comment)
SaleSet(address indexed mediaContract, uint256 indexed tokenId, struct ZoraCreatorFixedPriceSaleStrategySalesConfig salesConfig)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
SaleEnded()
SaleHasNotStarted()
UserExceedsMintLimit(address user, uint256 limit, uint256 requestedAmount)
WrongValueSent()