Moonowls

Verified contract

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

No balances found for "Moonowls"

0x0b3f46eea29d83f74c3cfa6a67e738167ee2144f09e7cca8873759c7a33c4b6b
0x70e4ebff7f3995b4d49287ba380e5439a1a431dc8b7c1bd3f314f37ae990ef95
0xe0daf46d44c008ad6526c103fa84de3347750bd65827b1b0f34b35a9d04a4e24
0x3e096d82a802e969c40e7ae70fd68324c5a5e81ff7b544bd9f0dbb74c57b8b94
0xb0939f18b64f7294b73aeb72a04a20d1017da8651ffd093766b294fc0e5b64df
0xbfcc767ed3e0da1cbc5a22c5c4ebb0c6d20313347eb8965e5346fc7cbf6c4255
0x861ccd8ce1c77978317e6f551e369b0276db5d607506604adcf77e35caaa1f48
0x2ee0498229065d74668d6f978b07b3c3648e105d59858258384d7b07f39cbaa7
0xe31e4e6bc215fc6f6861a9a337b7758e9e1027d011a1f83aa47f41841e2a6b7c
0xcc451fc17663f3d568449295c66e0093222b635a2df601f2c94f35f36a60a4ef

Functions
Getter at block 21411464
baseURI(view returns (string)
ipfs://QmQaSowku946XKYhhzV7mCzKisgWEWfDZLrzngdkR95hht/
getPrice(view returns (uint256)
2000000000000000
maxFreeAmount(view returns (uint256)
4000
maxFreePerWallet(view returns (uint256)
10
maxPerWallet(view returns (uint256)
100
maxSupply(view returns (uint256)
5555
name(view returns (string)
Moonowls
owner(view returns (address)
0x170e4f19b5b09886dbc10da9c1c774adad1718f1
price(view returns (uint256)
0
symbol(view returns (string)
Moonowls
totalSupply(view returns (uint256)
4000
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxFreeAmount(uint256 _amount
setMaxFreePerWallet(uint256 _amount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
Fallback and receive

This contract contains no fallback and receive objects.

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