This contract is being backfilled. You may encounter incomplete storage history.

Candy Hunters

Verified contract

Active on Ethereum with 9,534 txns
Deployed by via 0x6a24016b at 14208926
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables
Native
Value $199.2
0x0cc4a8403d16788076dff9832a0567d394dca073933fe46eefcee5d0e3f413ff
0x6c89f993f4b8e7948377e850ba0b1857e8f518bc1914aa693b204ce2e43c7712
From
0x3ad1d51dc845091c92728937719107c3f8497d490eedb89c84900d04f056ffd9
0xa684d10c99e9e2cd58a426f64b29fcf968b996e4c7a7a1b10d150ccd462a9776
0xa7dbc82c0db3c89fc4efdc1692d995ef7519e1bd394974de59596789fbfc9025
0x2373ed07d91dea346de65b18c79a73cd25c011a1c1d1fd6ccc5806e16bb67c89
0xd1c45011cfb184a1a759532db325ed3f7deb1ece54ac2022eac2756b3ee2342e
0x6d17658ea7b129f9e856b5110a92f92e8e938f8a23bdf14ffecf94d3d421c274
0xfb46e4858b6a0a8f62bb001da104575e7ae3c8b6123a773dc04b71223950eca9
0x0c0abd7bfa3afbae419f3c313c0550942c3092ebdcf33a27420d95795ed73013

Functions
Getter at block 20809690
allowlistActive(view returns (bool)
false
allowlistMintPrice2(view returns (uint256)
50000000000000000
allowlistMintPrice3(view returns (uint256)
40000000000000000
baseUri(view returns (string)
https://candyhunters.mypinata.cloud/ipfs/QmaWsqBm4TpAJQFgmRApUtJmPzNuUBRCwqxGmAPQwtRkpu/
endingUri(view returns (string)
.json
maxPerTx(view returns (uint256)
5
maxSupply(view returns (uint256)
10000
name(view returns (string)
Candy Hunters
owner(view returns (address)
0x0420fd416e0e6751e012329deb9fda8bef9f29e2
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
publicActive(view returns (bool)
true
publicMintPrice(view returns (uint256)
60000000000000000
signerAddress(view returns (address)
0x7e4723a50108ac20cbe09cd9f656bd065f5b42c8
symbol(view returns (string)
CANDY
teamClaimCount(view returns (uint256)
100
teamSupply(view returns (uint256)
100
totalSupply(view returns (uint256)
10000
Read-only
alClaims(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
freeClaims(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
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
allowlistMint(uint256 amountuint256 maxAmountbytes _signaturepayable 
approve(address touint256 tokenId
flipAllowlistSaleState(
flipPublicSaleState(
freeMint(uint256 amountuint256 maxAmountbytes _signature
publicMint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _URI
setEndingURI(string _URI
setManager(address manager
setProxyRegistry(address preg
setSignerAddress(address signer
teamMint(uint256 amountaddress _to
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
withdrawBackup(
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(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(