Muxxo Cat

Verified contract

Active on Ethereum with 631 txns
Deployed by via 0x09ee54a9 at 15445927
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 "Muxxo Cat"

0xffa9b94d4f1bab874a0a5b7a45fbef4f9b6f2923196b5573e6abb776d16d7f80
0xf853861735c6a0636624756be01de8c14f6547037226e24464f17882165e1a64
0x9f7bc5ded1b552bd601aa1b2d7aaa1a81bde40d8cc42fb477e1cdac4a9d92289
0x9a733e21a3ebbbf79914aaf8a081a317f053a48ed09947a1ebaa99eced0a04f7
0xb3c717ad274c541e2bcabc5044c90d1712991f25d352c0d12c2a332d4692a01e
0x42230300563e95c6e50b26a7aa932256d86bd1826b94bbe4eed13afbe704fec1
0xd34340051e23b55391a50c37919e07b2c7e69688e7392097491fe633a97a8bcf
0x69c478aca36dd8cf20f24a501971ad4857e03b71d13ff0756aca452c9c2b7718
0xc61aefb800394226a51b9e2ffa69543a6a5508c4e3623479943a37eafb516149
0x3b6ed96087d90dc8a7844af32039c659a2f7182290cd50dbc5bbacb6dcfb1825

Functions
Getter at block 21383915
MAX_MINT_PRESALE_NORMAL(view returns (uint8)
1
MAX_MINT_PRESALE_SPECIAL(view returns (uint8)
1
MAX_MINT_PUBLIC_NORMAL(view returns (uint16)
20
MAX_MINT_PUBLIC_SPECIAL(view returns (uint16)
20
MAX_NORMAL_SUPPLY(view returns (uint16)
4499
MAX_SPECIAL_SUPPLY(view returns (uint16)
2401
MAX_SUPPLY(view returns (uint16)
4523
ROYALTY_BASIS_POINT(view returns (uint16)
690
SPECIAL_MINT_PRICE(view returns (uint256)
20000000000000000
TEAM_MINT_AMOUNT(view returns (uint8)
69
TOTAL_MINTED(view returns (uint16)
4523
TOTAL_NORMAL_MINTED(view returns (uint16)
4499
TOTAL_PRESALE_NORMAL_MINTED(view returns (uint16)
131
TOTAL_PRESALE_SPECIAL_MINTED(view returns (uint16)
12
TOTAL_PUBLIC_NORMAL_MINTED(view returns (uint16)
4299
TOTAL_PUBLIC_SPECIAL_MINTED(view returns (uint16)
12
TOTAL_SPECIAL_MINTED(view returns (uint16)
24
isPresale(view returns (bool)
true
isPublicSale(view returns (bool)
true
name(view returns (string)
Muxxo Cat
owner(view returns (address)
0xc7f0ef4c2744cc6bcf4158cbd61f84f24e2adf67
symbol(view returns (string)
MuxxoCat
totalSupply(view returns (uint256)
4523
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
presaleMinted(addressview returns (uint16)
presaleSpecialMinted(addressview returns (uint16)
publicSaleMinted(addressview returns (uint16)
publicSpecialMinted(addressview returns (uint16)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mintPrivate(bytes32[] _merkleProofuint16 _quantity
mintPrivateSpecial(bytes32[] _merkleProofuint16 _quantitypayable 
mintPublic(uint16 _quantity
mintPublicSpecial(uint16 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 _merkleRoot
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setTokenUri(string _baseTokenUri
toggleIsPresale(
toggleIsPublicSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateSupply(uint16 supply
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(address royaltyReceiver
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(