KatZen

Verified contract

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

No balances found for "KatZen"

0x62a387a06f757c353f546d144440ef24b5392dcd045bae357ff619ba899a0341
From
0x8a7f23e847abd51bde5fa1768e4560aef32ca974fb9d2422f2f6bcc9f1827794
From
0xeed87f14b7b34085fa3b8f6a6ad14e66570fc3acd9affd79084e77daea7f3a7e
0x9cab43664ef3872d9e35622a8b8644fb10a7fe210e5fcd6e09efd3ccf10a28db
0x6a370ab65c207141cba7e56399c463d111bd5c60d3ebd0c7af7cec7af9d4e1ef
0x34c470dfb51734cdd4c5bf38a8d9cda446983adf3f18180ce1a4c9d143717c21
0x3841d4417dfe92c04284471ea528ec95857e28710bac48532d4882eeef398484
0xabfa1c345cd4a7b2c8b062db05acaad6f087d9feece1ad219568c18e6028119b
0x8f8d3d6592dd7f795e65acb918bb6fd8f88aa154c62badff4fbeb681b6c35bb8
From
0x5c4bd111ea6d372e002e81dda008d5845a0944286329fcf71a6592d0fa1638ef

Functions
Getter at block 21317315
MAX_SUPPLY(view returns (uint256)
4444
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI(view returns (string)
https://bafybeigi3sux73niynrulrl2suxrghhrc6cd5vwdwt7x3oqkdngluq37ye.ipfs.nftstorage.link/contractURI.json
free_mint_status(view returns (bool)
true
max_free_per_wallet(view returns (uint256)
2
max_per_txn(view returns (uint256)
10
max_per_wallet(view returns (uint256)
10
name(view returns (string)
KatZen
notRevealedUri(view returns (string)
owner(view returns (address)
0x0dc46b8bf42134343bbeecfeb48f6fd3ddb44661
publicSaleCost(view returns (uint256)
4000000000000000
public_mint_status(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
KatZen
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
freeMinted(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMinted(addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] receiveruint256[] quantitypayable 
approve(address operatoruint256 tokenId
freeMint(uint256 quantitypayable 
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _contractURI
setMAX_SUPPLY(uint256 _MAX_SUPPLY
setMax_free_per_wallet(uint256 _max_free_per_wallet
setMax_per_txn(uint256 _max_per_txn
setMax_per_wallet(uint256 _max_per_wallet
setNotRevealedURI(string _notRevealedURI
setPublicSaleCost(uint256 _publicSaleCost
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
toggleReveal(
toggle_free_mint_status(
toggle_public_mint_status(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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 _initBaseURIstring _initNotRevealedUristring _contractURI
Fallback and receive

This contract contains no fallback and receive objects.

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