CryptoHunters
Verified contract
Active on
Ethereum with 615 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($3.71)
Native
Value
$3.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001112 | $3,337.94 |
$3.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16601659 | 2 years ago | | | 0 | 0.0017051091 | |
| 15922890 | 2 years ago | | | 0 | 0.0028672553 | |
| 15793367 | 2 years ago | | | 0 | 0.0017859000 | |
| 15793049 | 2 years ago | | | 0 | 0.0018420805 | |
| 15793047 | 2 years ago | | | 0 | 0.0017730818 | |
| 15793016 | 2 years ago | | | 0 | 0.0017908958 | |
| 15782065 | 2 years ago | | | 0 | 0.00094503555 | |
| 15782060 | 2 years ago | | | 0 | 0.0013797765 | |
| 15782059 | 2 years ago | | | 0 | 0.0013267738 | |
| 15782038 | 2 years ago | | | 0 | 0.0012444138 |
ABI
ABI objects
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 publicMintStartTime, uint32 MintStartTime, uint256 Price, uint256 AmountForWhitelist)
(publicMintStartTime=1665058521, MintStartTime=1665058521, Price=0, AmountForWhitelist=10)
symbol() view returns (string)
CHS
totalSupply() view returns (uint256)
3089
Read-only
_addressTransferToContract(address) view returns (bool)
_transferToContract(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isInTheWhitelist(bytes32[] _merkleProof) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
State-modifying
Events InitInfoOfSale(uint32 publicMintStartTime, uint32 mintStartTime, uint256 price, uint256 amountForWhitelist)
PublicMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowAddressToContract(address[] _address, bool[] _allow)
setAllowToContract()
setAllowTokenToContract(uint256 _tokenId, bool _allow)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setListWhitelistMerkleRoot(bytes32 _merkleRoot)
setMintStartTime(uint32 timestamp)
setPublicMintStartTime(uint32 timestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()