Angry Apes Country Club

Verified contract

Active on Ethereum with 1,172 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional variables

No balances found for "Angry Apes Country Club"

0xd8c7380d9ca11650e64b6d79b85aa1dc086d73fbd3c9764b61b4478dcc1a7901
0x386d9ed9d3fa481e38c4785a2b919b7fdaaf5ef89b160e36c203deb7b3c67f79
0x06c5eb3958c2cc8900627b17b654bd2e4fb0d24a5dfa2d48c66950b58fbd76a0
0x9a909c6e7ddaa00e4f7035db647270f339e433848c60085c745bd086c59df2a4
0x948e8de57972799277e2e8e79393112243d2c81e21925916bc374a7cb3a1d2b3
0x43352cbc2c167684fc5954b14ba1e5c49f6fab92c4fdfe48f5e60979e1577f99
0xaed711797051fbb3f99a18175d8425768ff15bc17ed43987cb1fe3be89ff900f
0xae6d3e6c4eeac99b278e17d61bea3b6f5e0cc4582e6b1d0081eb7df68f3fee5f
0x5f474a17acb3c728397a3245b88d6ac853f4d8cab015fb6348af81c94527ce1e
0x731736c7d99268f4859cb9127da337353043ee5d67c51175d5567376d34f2156

Functions
Getter at block 20847043
Authorized(view returns (address)
0x7a29d9a21a45e269f1bfffa15a84c16ba0050e27
MAX_SUPPLY(view returns (uint256)
5000
MAX_VIPWL_SUPPLY(view returns (uint256)
1250
MAX_WL_SUPPLY(view returns (uint256)
500
PRICE(view returns (uint256)
0
VIPWL_PRICE(view returns (uint256)
260000000000000000
WL_PRICE(view returns (uint256)
190000000000000000
baseTokenURI(view returns (string)
ipfs://QmPfjxdpjezZtJfEhGbZZ9sjM1dy4mDy9GHGWohHr2S4KN/
giveawayLimit(view returns (uint256)
0
maxPurchase(view returns (uint256)
50
maxTx(view returns (uint256)
50
maxTxVIP(view returns (uint256)
5
maxTxWL(view returns (uint256)
5
maxVIPPurchase(view returns (uint256)
5
maxWLPurchase(view returns (uint256)
5
merkleRoot(view returns (bytes32)
0xe79bb1970f3753ab671572fb5afbf7aa4c5424620779cc7803e3f8e87ada563e
name(view returns (string)
Angry Apes Country Club
owner(view returns (address)
0xebe792d072f7df72af667ea5bb237b8d840de675
saleIsActive(view returns (bool)
true
symbol(view returns (string)
AACC
totalSupply(view returns (uint256)
5000
vipMerkleRoot(view returns (bytes32)
0x4332657b0d9c58d1a373a0866bb85f6799d756cdaa80050bc6fb910aae6fcf1a
whitelistSaleIsActive(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSaleState(
flipWhitelistSaleState(
giveAway(uint256 numberOfTokensaddress to
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPurchaseLimit(uint256 _limit
setMaxTxLimit(uint256 _txLimit
setMaxTxVIP(uint256 _txLimit
setMaxTxWL(uint256 _txLimit
setMaxVIPPurchaseLimit(uint256 _limit
setMaxWLPurchaseLimit(uint256 _limit
setPrice(uint256 _price
setPriceVIPWL(uint256 _vipwlPrice
setPriceWL(uint256 _wlPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMerkleRoot(bytes32 newMerkleRoot
updateVIPMerkleRoot(bytes32 newMerkleRoot
vipMint(uint256 numberOfTokensbytes32[] merkleProofpayable 
whitelistMint(uint256 numberOfTokensbytes32[] merkleProofpayable 
withdraw(
withdrawAll(
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

This contract contains no fallback and receive objects.

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