Moon Owls NFT

Verified contract

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

No balances found for "Moon Owls NFT"

0x6676e0a7ee9668f6b399515fec23b2c6a37e14908bc7ac02245c6da3e59393b1
0x397f1d83ca1024243c6a7b43e8d0e64de8ce61f828546a820af8dcf10d5ba054
0x2e7fa307c4da41547f9bf543030c9e7fbfaf04f90cf88ce38f759c0aea3f66ea
0xfc45c063db771301e39221f6566b7e261afd8ae693dcaa675bd0f430f50d5fe3
0x26ba9dd95b299c7caeaa1e6c1c9ca91bb22932db935b34291f345008835990ad
0x1acb1d1b6390390bfe3562570730d806be20855fd63144ff9b77bfa61330345d
0x6b31d26c37dd9a73b7c2ca1ba92ba90417d416a0c03e51c030719267c178ad25
0xb54bdfc3ba11985332dc5246b5c14d215b89023ca0795113c0ccbd4aa7078fee
0x8f4162d784086a7ca0ff557f7a3a7c1de9dbd8be50292b5f3e786f6b356f73da
0x6331041536206c3af72eb9c0819666caf68deef3412b7df32b50c47e0fa9f2aa

Functions
Getter at block 20852356
IsWhitelistSaleActive(view returns (bool)
true
MAX_MINTS_PER_TX(view returns (uint256)
2
PUBLIC_SALE_PRICE(view returns (uint256)
6500000000000000
baseTokenURI(view returns (string)
ipfs://QmaS4PrtsSeHSEhL6gosTAJjFHg7SfrMW4LgcqPV8cBcpw
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
1500
name(view returns (string)
Moon Owls NFT
owner(view returns (address)
0x213f95329f44d304b1937d2c632bc635ada0f28f
symbol(view returns (string)
MOOWL
totalSupply(view returns (uint256)
1500
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
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setIsPublicSaleActive(bool _isPublicSaleActive
setIsWhitelistsaleActive(bool _IsWhitelistSaleActive
setMaxLimitPerTransaction(uint256 _limit
setSalePrice(uint256 _price
setwhitelistapprovedaddress(bool _addwhitelistaddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 numberOfTokensaddress user
whiteListMint(uint256 numberOfTokenspayable 
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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(