OkayApes

Verified contract

Active on Ethereum with 353 txns
Deployed by via 0x8647e78d at 14795183
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OkayApes"

0x5cee3b914f55f5b97058b8bee0ed6267fbcb8f98fea476d69a243d07fb3d5ee3
0x2f83c473e08d046f26aa2a5be4eb80a121cdf31daef9f9b3a78f36d81d886895
0xf5350d43d562acab48e0a4a057c9f248dab9298c83008cbb1ce996b84794492a
0xe6b9881778fd39913cdd10e2387e2b3ebc6f787de3fa2bfec0bc1d63f3ee2963
0xacccb634f3b4d5a87db83de7538f7fe2cd4f351bf39d13431d94caf98423e002
0x6878f6c867198834fcf8300faded2d270c5b2a87d8508ddbce5119af26463b26
0xa15129e9f2599af9fd82145b70bbd237015bcdff44e0896f9322adf498fc6885
0xeee69677f5cfd4c94e0c682a9b63d359077fcdc77166e984485bfc3c48f93e8c
0xfe4408a4084b20b66b79e52e555a91d0c2606fb079240f916fd5f550ab4ba281
0x22b60713fc8efb15054b1576f01fedbbe076931fcd632c7c647291d87f8ab834

Functions
Getter at block 21032173
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
500
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
2
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
10000
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
20000000000000000
name(view returns (string)
OkayApes
owner(view returns (address)
0xba5786e2a64e81cac934f95d851a0048e3794902
symbol(view returns (string)
OkayApes
totalSupply(view returns (uint256)
532
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(
URIQueryForNonexistentToken(