Kennel Apes

Verified contract

Active on Ethereum with 7,256 txns
Deployed by via 0x5049a556 at 15383294
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Kennel Apes"

0x2c0ec8b0210c49f056195c121f7fcb37394264c4731b79faaacec248bd8dbb09
0x7af938bc53403793793127b9caa5a969954de79c90104bd2570803380f158443
0xadcee8e6f28ccf8f7e5dab3b0ddf987ecc9fee0573cf485574dd4394ddf341ba
0x74702aab15580b75745910396b26dad180e71c9cb3b906cea26f489f0cf6520f
0x389077c1d637e1166a13d21d2ea30055f9e464bb28eaaec5e986462b0e9655f9
0x7a8228b48f2b2851ff0b31cc10684b48b588b74e027b87ca20131ffc5ac69416
0x88fa2e5e993a225308df46d0cb5a4720ac70983ec7b60058f43524a5e087521b
0x085ad4defe8a744d4b598c663884cb13d2066fde83908fb905845d1251d133a6
0x3a09feb414b424be3720eff540769be9d8fae9105b128d0126bd207e451f6cd6
0x44cc74137753e23f42a100be2dc68a8c84eebece0567e86ce7d778a328962a1c

Functions
Getter at block 21318657
COST(view returns (uint256)
3000000000000000
MAX_FREE_PER_WALLET(view returns (uint256)
2
MAX_PER_WALLET(view returns (uint256)
10
MAX_SUPPLY(view returns (uint256)
10000
contractURI(view returns (string)
ipfs://QmSHgsBhA1PEjPzNGpmfEUCWKWZ8kM2wefvsRCBae738Hz
name(view returns (string)
Kennel Apes
saleIsActive(view returns (bool)
true
symbol(view returns (string)
KA
totalSupply(view returns (uint256)
10000
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
freeMint(
mint(uint256 amountpayable 
reduceMaxSupply(uint256 _new
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _new
setContractURI(string _new
setMaxFreePerWallet(uint256 _new
setSale(bool _saleIsActive
teamMint(uint256 _amount
transferFrom(address fromaddress touint256 tokenId
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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