MaskClub
Verified contract
Active on
Ethereum with 1,335 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "MaskClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20646183 | 3 months ago | | | 0 | 0.000065762833 | |
| 18256482 | a year ago | | | 0 | 0.00021740510 | |
| 18082102 | a year ago | | | 0 | 0.00069001068 | |
| 17721107 | a year ago | | | 0 | 0.00098335499 | |
| 17527311 | a year ago | | | 0 | 0.00040381269 | |
| 17010890 | 2 years ago | | | 0 | 0.00048395099 | |
| 16957290 | 2 years ago | | | 0 | 0.00042098743 | |
| 16832549 | 2 years ago | | | 0 | 0.00089357260 | |
| 16818357 | 2 years ago | | | 0 | 0.0010831189 | |
| 16777657 | 2 years ago | | | 0 | 0.0010490712 |
ABI
ABI objects
Getter at block 21297269
maxPerAddressDuringMint() view returns (uint256)
2
name() view returns (string)
MaskClub
owner() view returns (address)
0x729206811488ad660d04bca89ea47a2a2a3081d7
saleConfig() view returns (uint64 viplistPrice, uint32 viplistSaleStartTime, uint32 viplistSaleEndTime, uint64 allowlistPrice, uint32 allowlistSaleStartTime, uint32 allowlistSaleEndTime, uint64 publicPrice, uint32 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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
viplist(address) view returns (uint256)
State-modifying
Events allowlistMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
seedViplist(address[] addresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setupAllowlistSaleInfo(uint64 allowlistPriceWei, uint32 allowlistSaleStartTime, uint32 allowlistSaleEndTime)
setupPublicSaleInfo(uint64 publicPriceWei, uint32 publicSaleStartTime)
setupViplistSaleInfo(uint64 viplistPriceWei, uint32 viplistSaleStartTime, uint32 viplistSaleEndTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vipMint() payable
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()