MoonQuacks

Verified contract

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

No balances found for "MoonQuacks"

0xebd1464411f58aebf857dd87bf746a262333f1e178ae649e9780a5681eb5b4a6
0xd74ff81b7a754895d7877bdbaa96ee281ff968a25f305e15096370d56d699111
0xfc9766627d120eaf4c831c6a13fbaf4c4ca87da3f37a7132837255e3fac058e3
0x2171f878cb9e075261fbdab664a9f0838260f1aae295242205fb3309253f41c7
0x668d2ff15bd437e6bbc75c503d0fc1e04d418ebdb95226007c1ab38a5408ca12
0x179357b590f83b013e5d1053ef15d5d02c8ee490fbfb24c47cc45993f9658c87
0xadef57ebee1732ec24d14776e9f0a4e2884c061b486014c2fafa8ad89567c567
From
0xa95d8bb9a05e3a69d765fe03f549ca568d0acfa9ec8f2dcf40d57c3c91ed2d81
0xf7dca0ee9a1aee81329838910d1cb88355fe51a5d83327b5a93899fd7f2492ba
0x8b2015df45caa4d31e2c4fc21ac9b4c8ea7173e8143ed2190e4a9be4a866a508

Functions
Getter at block 21123344
MAX_BUY_PER_ADDRESS(view returns (uint256)
15
MAX_PER_TX(view returns (uint256)
5
MAX_SUPPLY(view returns (uint256)
3500
PRICE(view returns (uint256)
15000000000000000
baseURI(view returns (string)
ipfs://QmS3vn9hNd2sxM4igwbT3qfafXYxeeiArC67ETKx4vQuLS/
contractURI(view returns (string)
https://api.moonquacks.xyz/contract
contractURIString(view returns (string)
https://api.moonquacks.xyz/contract
freeMax(view returns (uint256)
3339
isPublicSaleActive(view returns (bool)
true
name(view returns (string)
MoonQuacks
nonFreeMax(view returns (uint256)
161
owner(view returns (address)
0xc8e8d3e88e061742b2cd1bcb0866757b4f0fe0e9
symbol(view returns (string)
MQ
totalSupply(view returns (uint256)
3500
totalSupplyFree(view returns (uint256)
3339
totalSupplyPublic(view returns (uint256)
161
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
freeMint(uint256 _amountpayable 
mint(uint256 _amountpayable 
mintTo(uint256 _amountaddress _user
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _contractURI
setFreeMintMax(uint256 _freeMintMax
setIsPublicSaleActive(bool _isPublicSaleActive
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(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(