MaskClub

Verified contract

Active on Ethereum with 1,335 txns
Deployed by via 0x8556fdd0 at 15463703
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "MaskClub"

0xa1a0b042b4a0fb803f3b1d0529db4f7c8e94152f8fd140602f746c9bb78077e3
From
0x975d6e1e5eb80ff39f3d1ddd13ef4feedc154eaf897b63243d034a6c926addd6
From
0x6ecd3b92ebb08b71c55a04d60f2d17aec95f51010a5cd7af703fde2a17bd8341
0x8881d08236d4c6b0d6790b927bf1f5917cec965df5fe9749fd6d22cb687de218
0x163e954c3035e3259b5430b089462cab2d34908d70fe1a5b2b7f0de7eb00cb58
0xf9059d5b9eee10cf8a1e396a71e0c7c431db700515895e2fb035c55081fd7444
0x3605981ba2684de4ef7041b369fdac1bee51347781b2c4867c5f51b97b755f81
0x74c653e79f344ce8e3288ae84ae13ad754582bc8054201058293766ee4d909bf
0x70ae3b613fed6804cca4f69276331b86214ad1ebcc710b8811a1115440260f2c
From
0x5f7ef08ab442a8f1084e93f38b075f38954becac20ce0455b9639cbfe4af8a33

Functions
Getter at block 20981401
maxPerAddressDuringMint(view returns (uint256)
2
name(view returns (string)
MaskClub
owner(view returns (address)
0x729206811488ad660d04bca89ea47a2a2a3081d7
saleConfig(view returns (uint64 viplistPriceuint32 viplistSaleStartTimeuint32 viplistSaleEndTimeuint64 allowlistPriceuint32 allowlistSaleStartTimeuint32 allowlistSaleEndTimeuint64 publicPriceuint32 publicSaleStartTime)
(viplistPrice=40000000000000000, viplistSaleStartTime=1662188400, viplistSaleEndTime=1662195600, allowlistPrice=80000000000000000, allowlistSaleStartTime=1662210000, allowlistSaleEndTime=1662220800, publicPrice=120000000000000000, publicSaleStartTime=4092173150)
symbol(view returns (string)
MASKCLUB
totalSupply(view returns (uint256)
845
Read-only
allowlist(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isPublicSaleOn(uint256 publicPriceWeiuint256 publicSaleStartTimeview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
publicMinted(address ownerview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
viplist(addressview returns (uint256)
State-modifying
allowlistMint(uint256 quantitypayable 
approve(address touint256 tokenId
publicSaleMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
seedAllowlist(address[] addressesuint256[] numSlots
seedViplist(address[] addresses
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setupAllowlistSaleInfo(uint64 allowlistPriceWeiuint32 allowlistSaleStartTimeuint32 allowlistSaleEndTime
setupPublicSaleInfo(uint64 publicPriceWeiuint32 publicSaleStartTime
setupViplistSaleInfo(uint64 viplistPriceWeiuint32 viplistSaleStartTimeuint32 viplistSaleEndTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
vipMint(payable 
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(