Crypto Country Club
Verified contract
Active on
Ethereum with 2,154 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($168.71)
Native
Value
$168.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,374.15 |
$168.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20504595 | 3 months ago | | | 0 | 0.000073070358 | |
| 20363052 | 4 months ago | | | 0 | 0.00023540539 | |
| 20363039 | 4 months ago | | | 0 | 0.00040520293 | |
| 19529587 | 8 months ago | | | 0.05 | 0.0024165398 | |
| 19365060 | 9 months ago | | | 0 | 0.0034099123 | |
| 19361963 | 9 months ago | | | 0 | 0.0035544784 | |
| 18885538 | a year ago | | | 0 | 0.0014087130 | |
| 18865845 | a year ago | | | 0 | 0.00068064997 | |
| 18727191 | a year ago | | | 0 | 0.0029261778 | |
| 18260242 | a year ago | | | 0 | 0.00034901119 |
ABI
ABI objects
Getter at block 21249250
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeieohzpurhf42lcckkl6st52af7h7f24sgn72lzliytgqj45fdwgkm/
cost() view returns (uint256)
50000000000000000
maxMintAmount() view returns (uint256)
21
maxSupply() view returns (uint256)
10000
name() view returns (string)
Crypto Country Club
notRevealedUri() view returns (string)
ipfs://QmbwJ235Ee9fYSyjMrHRKqyc9fq84hySNicgmTPpDQFKPz/hidden.json
owner() view returns (address)
0x08f0febfcb4a33b8de0c63d2d360882c1c10e16d
state() view returns (uint8)
4
symbol() view returns (string)
CCC
totalSupply() view returns (uint256)
2228
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelisted(address) view returns (uint8)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint8 _mintAmount)
mint(uint8 _mintAmount) payable
removeWhitelistUser(address _user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newmaxMintAmount)
setNotRevealedURI(string _notRevealedURI)
setState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUserBatch(address[] _users, uint8 quota)
withdraw() payable
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 _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.