Keungz

Verified contract

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

No balances found for "Keungz"

0xfeacbacfff5512d30a5cd684ec284ddd2f44449f32dc7cb87c6638cac95dc210
0x5578f6422f1567cfc23bcd2fd2c99a8d7d814e5765baf2d8263b239824837750
0x8e64e1d695cefc6f8f914c165491ca2d927facb0c9a0d65cabe255cb63822738
0x94cf57e04ffcd2ff22d6ce5644ea3c7416b6f4ad9be248478778c611cc398b3c
0x63825f487a366b1c28c15d08b02943ec6217dc5d08cae38480e272774dec658d
0xd4fd4d570564aca2f5149b3c25d9a3adca8df37b66da7afc0ca463e79325af2d
0x961121eb46c0a9d5415a109b7cd3274c8d6b544fe8cd6a372c552c58431d5174
0xb35771ac7072404149a8616bae2596674e6478fccdb39a03f39542c6e750180e
0x2ac70b3a65d21bce5e202e77668dfc12722927d56783293fbcc0fd385b07851b
0x392cc09b4f8a90351aa257c48248103fec8eaf90776aee871aa9434a31dc663f

Functions
Getter at block 20952440
MAX_PER_WALLET(view returns (uint256)
8
contractURI(pure returns (string)
maxSupply(view returns (uint256)
5000
name(view returns (string)
Keungz
owner(view returns (address)
0xe4a5a25f0741e21f133525bdce05442daa24628a
symbol(view returns (string)
KZ
totalSupply(view returns (uint256)
4996
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
UnableGetTokenOwnerByIndex(