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

The High Apes Club

Verified contract

Active on Ethereum with 3,009 txns
Deployed by via 0xafa6ba43 at 14358204
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "The High Apes Club"

0x49d96716f716425e7089cc2f403bfbec9ce4b05dba22b6312b3034a5e0949148
0x21ce3ce3764b5a28ea8e98e891c4510e79da28abf89fd1fec16d05717f261a7f
0x0c3d9c2598116eaa0e5e9bd85f71b7164cc49f2117f1c9fa119fe365cec754e6
0x9f6819525254be72e0057b301297fa32a25410d7fe1554c439eaa6db52e87f87
0x0e5d079ae32d480f6aa6122d07568c2e47626ff649355f1b8d5ffeb63bd20b34
0xaae5ed3d9e335555bc0a981340083be406fbf11d0c7b1eecca1f06b9d62ec1dc
0x72694699351b9131f75c8330015d61f3b930240b69b15103d3b31dbd1e640092
0x64ba0658029cd808d4957b8cbcadae5e476cae988ea6a91335ad1710c27349ec
0xb381999fb40403c0f74248860f94ee4e4b97cc6e628f65c4645d695a65d718c9
0xc80091285bf85d9cd4e6d70150d0fc16301cfe21297b2a0ab23609d9c2ad38c5

Functions
Getter at block 20895750
apepaused(view returns (bool)
false
baseExtension(view returns (string)
.json
baseURI(view returns (string)
https://metadata.thehighapesclub.com/
currentSale(view returns (uint256)
0
highlistcost(view returns (uint256)
50000000000000000
maxApePassMint(view returns (uint256)
1
maxHighlistMint(view returns (uint256)
3
maxPublicMint(view returns (uint256)
12
maxSupply(view returns (uint256)
4200
maxWhitelistMint(view returns (uint256)
3
name(view returns (string)
The High Apes Club
owner(view returns (address)
0x7140d002ff556c71556ea6585bedc836a2e553a6
paused(view returns (bool)
false
publiccost(view returns (uint256)
60000000000000000
symbol(view returns (string)
THC
totalSupply(view returns (uint256)
2070
whitelistcost(view returns (uint256)
55000000000000000
Read-only
_ApeClaimed(addressview returns (uint256)
_PreClaimed(addressview returns (uint256)
_PublicClaimed(addressview returns (uint256)
apelisted(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
highlisted(addressview returns (bool)
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)
tokensOfOwner(address _ownerview returns (uint256[])
whitelisted(addressview returns (bool)
State-modifying
addApePassUsers(address[] _users
addHighlistedUsers(address[] _users
addWhitelistUsers(address[] _users
apePassMint(uint256 _mintAmount
apepasspause(bool _state
approve(address touint256 tokenId
mintOwner(address _touint256 _mintAmount
pause(bool _state
presaleMint(uint256 _mintAmountpayable 
publicMint(uint256 _mintAmountpayable 
removeApePassUser(address[] _users
removeHighlistedUser(address[] _users
removeWhitelistUser(address[] _users
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCurrentSale(uint256 _newSale
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateApePass(uint256 _newApePassMax
updateHighlist(uint256 _newHighlistMaxuint256 _newHighlistCost
updatePublic(uint256 _newPublicMaxuint256 _newPublicCost
updateWhitelist(uint256 _newWhitelistMaxuint256 _newWhitelistCost
withdraw(payable 
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(string _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(