MoonQuacks
Verified contract
Active on
Ethereum with 4,922 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MoonQuacks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20748369 | 2 months ago | | | 0 | 0.000061078686 | |
| 20658658 | 2 months ago | | | 0 | 0.000024223000 | |
| 20658657 | 2 months ago | | | 0 | 0.000024199000 | |
| 20658655 | 2 months ago | | | 0 | 0.000024283000 | |
| 20658653 | 2 months ago | | | 0 | 0.000026142074 | |
| 20635802 | 2 months ago | | | 0 | 0.00012552436 | |
| 20188223 | 4 months ago | | | 0 | 0.00012022734 | |
| 19739075 | 6 months ago | | | 0 | 0.00035196577 | |
| 19737882 | 6 months ago | | | 0 | 0.00030842860 | |
| 19735088 | 6 months ago | | | 0 | 0.00041108497 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 _amount) payable
mint(uint256 _amount) payable
mintTo(uint256 _amount, address _user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _contractURI)
setFreeMintMax(uint256 _freeMintMax)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()