MetaKozo

Verified contract

Active on Ethereum with 3,757 txns
Deployed by via 0xbb1c2fc2 at 16004862
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "MetaKozo"

0x747ab63a272e12a14838d5ce0185defc3b3702aa02f5f825b0b7af510e066c09
0x9a884c70767dbe1b20e46cba66764713e54db263dc2b77de3f949799be15b001
0x5fc6481a2d360feaf325efc5503bd15cb63ccb650bbf5f355c2b0ba32b015eb7
0x5fbf943b50448845fc8dbf934c032a6d23ba8b867774cfe262f7aa5bfae59acf
0x273b914d84925875113d84584604beadfccf1fd1d94fe9da779a9698d07d5501
0x45ecdf3abc0bba34eac44b6ee143687ebfac784456c7c690e489dbc4db6a86db
0xaf9c1fbe1251d7fcbd4cbb78ef138c42d31b49a51221e3e73f1ff9640b41333e
0xea3c8c1ae0d7c369f91f3b9ffbdda49e3eef144dd5064907e7c851b14da2b061
0x506a1ab104a01d4f6283fca99ccc72e990376b7b71a139637b49a6e8f7811a5f
0x6cbee05d7901dba1a39e2f783c242071b4233d2f572dd865857811d857297a0e

Functions
Getter at block 20898958
collectionSize(view returns (uint256)
2222
firstSaleMaxMintPerAddress(view returns (uint256)
2
getTimestamp(view returns (uint256)
1728126767
maxPerTX(view returns (uint8)
15
merkleRoot(view returns (bytes32)
0x6f18a23b65cfd42194ff85e8714e3d6133fcf674ee5d0e111668e8bd05a2331a
name(view returns (string)
MetaKozo
owner(view returns (address)
0x38b5f083b11f18f233228984e9016fa3ac1edc9c
paused(view returns (bool)
false
preCost(view returns (uint64)
30000000000000000
publicCost(view returns (uint64)
40000000000000000
revealed(view returns (bool)
true
saleStartTime1st(view returns (uint256)
1669546800
saleStartTime2nd(view returns (uint256)
1669554000
saleStartTimePublic(view returns (uint256)
1669633200
seondSaleMaxMintPerAddress(view returns (uint256)
3
symbol(view returns (string)
KOZO
totalSupply(view returns (uint256)
2222
Read-only
balanceOf(address ownerview returns (uint256)
checkMint(uint8 _wlCountbytes32[] _merkleProofview returns (bool isOk)
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)
whiteListClaimed(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
firstMint(uint256 _quantityuint8 _wlCountbytes32[] _merkleProofpayable 
ownerMint(uint256 _quantity
pause(
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
secondMint(uint256 _quantityuint8 _wlCountbytes32[] _merkleProofpayable 
setApprovalForAll(address operatorbool approved
setBaseExtention(string BaseExtention_
setBaseURI(string baseURI
setCollectionSize(uint256 collectionSize_
setMerkleRoot(bytes32 _merkleRoot
setNotRevealedUri(string beforeRevealURL
setPreCost(uint64 preCost_
setPremiumBeforeRevealUri(string premiumBeforeRevealUri_
setPremiumNo(uint256 premiumNo_
setPublicCost(uint64 publicCost_
setReveal(bool reveal_
setSaleStartTime1st(uint256 saleStartTime1st_
setSaleStartTime2nd(uint256 saleStartTime2nd_
setSaleStartTimePublic(uint256 saleStartTimePublic_
setTeam(address _teamAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(address indexed _fromuint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

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