MissCryptoClub
Verified contract
Active on
Ethereum with 3,427 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "MissCryptoClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20802824 | 2 months ago | | | 0 | 0.00017866808 | |
| 20689371 | 2 months ago | | | 0 | 0.000040103263 | |
| 20471985 | 3 months ago | | | 0 | 0.000095424283 | |
| 20360040 | 4 months ago | | | 0 | 0.000061393340 | |
| 20360033 | 4 months ago | | | 0 | 0.000061307479 | |
| 20287731 | 4 months ago | | | 0 | 0.000074898479 | |
| 20287731 | 4 months ago | | | 0 | 0.00013180657 | |
| 20260267 | 4 months ago | | | 0 | 0.00010676502 | |
| 20163729 | 5 months ago | | | 0 | 0.00026932575 | |
| 20157179 | 5 months ago | | | 0 | 0.000095036882 |
ABI
ABI objects
Getter at block 21172019
_grant_paused() view returns (bool)
false
_max_discount_miss() view returns (uint256)
0
_max_grant_miss() view returns (uint256)
0
_max_miss() view returns (uint256)
10000
_max_reserved_miss() view returns (uint256)
0
_paused() view returns (bool)
true
getPrice() view returns (uint256)
40000000000000000
name() view returns (string)
MissCryptoClub
owner() view returns (address)
0x500eb1afc7605a4bfaa5b1e2abc614ebef905baf
symbol() view returns (string)
MCC
totalSupply() view returns (uint256)
3144
Read-only
balanceOf(address owner) view returns (uint256)
coolcatMints(uint256) view returns (bool)
fameladyMints(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getTokensOfOwner(address _owner) view returns (uint256[])
grantMints(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
wowMints(uint256) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
discountMint(address _to, uint256 _amount)
giveAway(address _to, uint256 _amount)
grantMiss()
grantPause(bool val)
mint(uint256 numberOfMiss) payable
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string tokenURI, address _coolcatAddr, address _fameladyAddr, address _wowAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.