MezzanotteSale

Verified contract

Active on Ethereum with 215 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MezzanotteSale"

0xb6ecc3f0994f0b36da57be8dc4d6a3f86b49d7cc0cd0d9e6335789d5acd2ff23
0x25da1849c13702b45b30630a76a96138957fb91c286b912e3707268a6d1b04ef
0x9e3b85c08f2c4e36721db7f0cf9abb1812be82ca066f17b7a5881435be2542e4
From
0x093bc16b4710d53346888721998498ac3dd08dbe2230f90bc53966699202ed51
0xce832afd93b57849ddbf9e3404994192052e78b59e77a85e337580ebd3c22562
0x045b8021632cffe4789b1d5356a08b25143dc49be0b400533ccdc1a0fc368371
0xfac6298ac52935ea35a6d9f319f7b69174c8a339cc370328300ed119393da196
0x5133d56fb3813f09171a9bb2b707d0cce8e5b6062a2e78f738d684210476dcc7
0x388c1cefd27d5a28a848366d0436941eef857d034f767901c656a048060d04f4
0x8041ea368fc4cf15c5a53526c1958faf56137e2586d866d4cdad9854b3d42d04

Functions
Getter at block 21307319
getSalesCount(view returns (uint256)
2
maxMint(view returns (uint256)
555
nextToMint(view returns (uint256)
555
owner(view returns (address)
0x4ddac376f28be60e1f7642a4d302c6cf6cae1d92
Read-only
getMintedAmount(uint256 saleId_address user_view returns (uint256)
getSale(uint256 saleId_view returns (struct MezzanotteSaleSale)
isSaleActive(uint256 saleId_view returns (bool)
State-modifying
addSale(uint64 start_uint64 finish_uint8 _limituint64 _pricebool whitelist_bytes32 root_bool hasMaxMint_uint40 maxMint_
editSale(uint256 saleId_uint64 start_uint64 finish_uint8 _limituint64 _pricebool whitelist_bytes32 root_uint40 maxMint_
publicSaleMint(uint256 saleId_address user_uint256 quantity_payable 
renounceOwnership(
setMaxMint(uint256 newMaxMint_
transferOwnership(address newOwner
whitelistSaleMint(uint256 saleId_address user_uint256 quantity_bytes32[] proof_payable 
withdrawERC20(address token_address to_uint256 amount_
withdrawEther(address to_uint256 amount_
Events
LogRefund(uint256 indexed saleIdaddress indexed touint256 value
LogSale(uint256 indexed saleIdaddress indexed touint256 quantity
LogSaleCreated(uint256 indexed saleIduint64 startuint64 finishuint8 limituint64 pricebool whitelistbytes32 rootbool hasMaxMintuint40 maxMint
LogSaleEdited(uint256 indexed saleIduint64 startuint64 finishuint8 limituint64 pricebool whitelistbytes32 rootbool hasMaxMintuint40 maxMint
LogSetMaxMint(uint256 prevMaxMintuint256 newMaxMint
LogSetURI(string newURI
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address NFTToken_uint64 startSales_bytes32 whitelistRoot_uint64 whitelistSaleDuration_uint64 price_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
EtherRefundFailedError(
EtherWithdrawFailedError(
FailedInnerCall(
InvalidSaleIntervalError(uint256 startuint256 finish
InvalidSaleMaxMintError(
InvalidWhitelistRootError(
MaximumSaleLimitReachedError(uint256 saleIdaddress useruint256 limit
MaximumSaleMintSupplyReachedError(uint256 saleId
MaximumTotalMintSupplyReachedError(
MintFailedError(bytes data
NotInSalePhaseError(uint256 saleIduint256 startuint256 finishuint256 current
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token
SaleNotFoundError(uint256 saleId
StaleMaxMintUpdateError(
UserNotWhitelistedOrWrongProofError(uint256 saleIdaddress userbytes32[] proof
WrongValueSentForMintError(uint256 saleIduint256 valueuint256 priceuint256 quantity
ZeroAddressError(
ZeroMintQuantityError(