CryptoHunters

Verified contract

Active on Ethereum with 615 txns
Deployed by via 0x3644c034 at 15688453
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Native
Value $3.71
0x97ee35bc4dfe8e51295df370d49d5842bd362efd1377752d6fa16e595c11753f
0xae48553327471dd207a9fb3e2e71bf890aa3b568d55b8e869f068725e49fa84b
0x8b8a5d1fabac84c783255bd8c327eab0960c4625e6bdfdbdfd509b92ffd3c32d
0xebfc148d59782c57c2647f5a3918c016ae6d056ec328cf87d68c0be0981bb8af
0x5069c326660a83fb865d45b1cb561b0cce2c5ab39da2ad8ef5604e72bbaaeb48
0xe0c6142dee08e085223f6b3441a15d338b953b33e93f6e8e78881e4a657143ef
0x6fbe609692c0b73a3ef45fd30e7aa5841634f8c107d259a3decc81b05c6bb795
0xcbe69d93358cd837c69c260a33e2c10bec36193db3606cddab203ac876285914
0xf93d9059246383399804dd0ffe78a3ae4a2f8e2334bf1eb765ac63072d3d3d4c
0xbb7177a3099df34d3628873ff3daeb533f7812b4262b4bdfa772502321b3b5c4

Functions
Getter at block 21260098
ListWhitelistMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Price(view returns (uint256)
0
allowedToContract(view returns (bool)
false
getMaxSupply(view returns (uint256)
6000
isPublicSaleOn(view returns (bool)
false
maxPerAddressDuringMint(view returns (uint256)
10
maxSupply(view returns (uint256)
6000
name(view returns (string)
Crypto Hunters
nextOwnerToExplicitlySet(view returns (uint256)
0
owner(view returns (address)
0x74a3550807ac5937a4941ac2f476106eb88498fe
saleConfig(view returns (uint32 publicMintStartTimeuint32 MintStartTimeuint256 Priceuint256 AmountForWhitelist)
(publicMintStartTime=1665058521, MintStartTime=1665058521, Price=0, AmountForWhitelist=10)
symbol(view returns (string)
CHS
totalSupply(view returns (uint256)
3089
Read-only
_addressTransferToContract(addressview returns (bool)
_transferToContract(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isInTheWhitelist(bytes32[] _merkleProofview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
InitInfoOfSale(uint32 publicMintStartTimeuint32 mintStartTimeuint256 priceuint256 amountForWhitelist
PublicMint(uint256 quantitypayable 
approve(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowAddressToContract(address[] _addressbool[] _allow
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setListWhitelistMerkleRoot(bytes32 _merkleRoot
setMintStartTime(uint32 timestamp
setPublicMintStartTime(uint32 timestamp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(uint256 maxBatchSize_uint256 collectionSize_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(