Keungz

Verified contract

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

No balances found for "Keungz"

0x01a5ab622059f97643d95fc4e067b1ee6cfa6af9e0483a73aa34b3c5804ad7b4
0x0be320cf4c85221f79c824d7c8f4a72e40a2433ff60d3ba9bdcfabe99e5f83b2
0x2a241bf0bcbe8f404afac134f26e926b01bbf8cde6792f1d7ff567c18c1cc26d
0x590a83b07f2553e32489b2bb443cc4a84a29dd428cc75588ed8fc60c9b69f10d
0xa85102e109df8f1c4f4ab67ef4b44f4918cc4fcffef7e87b62b5a48781b6b677
0xf6348d381fb81fb0e9d6c7b61cbb26524a993b5043c1c55e0cd10ea3a47b57db
0xe22264e46dd982bd7f162e2c0825c7a4e66eebce173d70fd38930b0337f924ca
0x4ca2c29b7257f074e293e7d7c8515ffc4f17b387a430a725391dc13ca0740fd5
0xbf014501de6e8332ecb6f76a5b4d5191026a63b745c4a88eed0bcd1b3d41ad29
0x3d427a14cf5abd7c23218b04eff36b0666f1d6a14d6e20827a3f015229c431f1

Functions
Getter at block 20956037
MAX_PER_WALLET(view returns (uint256)
8
contractURI(pure returns (string)
maxSupply(view returns (uint256)
7000
name(view returns (string)
Keungz
owner(view returns (address)
0xebd087da1d0c9a1e57fd3eedd656dffb30f99e02
symbol(view returns (string)
KZ
totalSupply(view returns (uint256)
5316
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(