V4Apes

Verified contract

Active on Ethereum with 872 txns
Deployed by via 0x02c79c02 at 14281853
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $5.9
0x7b28c89a56d9c93a2ad7030cd658a3c7875888156cc3c34173b905d065d8a259
0xfdb3e7deedfc9da1a20e3bb63a615ab3c6847722ff42e30c634104913a9d5f84
0x200ef387cc67db61b1ea08255b84190102c237da11a02d8eb08c2b9398fa265d
0x6fd66debe184dafca6e93ebaa5f2d8ead52eca3ce99a410e3795c94c310fb30c
0x2445f95de8339ec1f15d664f2efeb7a142bb381336a187a2fb3e11af35df99bc
0xd352a11d4b80cafa08cf6a2212b5b3194f5269a62b64abae8197c862a30361d9
0x40e4867715b0115a24ff9a6d3ec0e8801774f549a599531b6ac914c339edf7eb
0x1768ac2af5a1c4053eb434f548e054098a305c164e68fa94c42003ecda9369dc
0x0a541b02d6a1b16d8c84ffd3e863e6e3167ac06333a07c21b3534cc69aa73a2b
0x0f8bae1fac6f24a43233890a4cc81e5a14522230e67f6bb884ccd0f727f1a7ad

Functions
Getter at block 21036352
FREE_MINT_CAP_PER_WALLET_ADDRESS(view returns (uint256)
10
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
2500
IS_METADATA_FROZEN(view returns (bool)
false
IS_SALE_UP_AND_RUNNING(view returns (bool)
false
MAX_MINT_QUANTITY_PER_TX(view returns (uint256)
100
V4AMAX_SUPPLY(view returns (uint256)
10001
V4APRICE(view returns (uint256)
6900000000000000
baseExtension(view returns (string)
.json
name(view returns (string)
V4Apes
owner(view returns (address)
0xc144647c80f49d8cf5a96872d86b9fa19943cfb8
symbol(view returns (string)
V4Apes
totalSupply(view returns (uint256)
3227
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
Fallback and receive

This contract contains no fallback and receive objects.

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