Muxxo Cat
Verified contract
Active on
Ethereum with 631 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Muxxo Cat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18083171 | a year ago | | | 0 | 0.00044258226 | |
| 18077428 | a year ago | | | 0 | 0.00093048691 | |
| 16599024 | 2 years ago | | | 0 | 0.0011987300 | |
| 16599013 | 2 years ago | | | 0 | 0.0018448295 | |
| 16212725 | 2 years ago | | | 0 | 0.00057516319 | |
| 16121196 | 2 years ago | | | 0 | 0.00076320435 | |
| 16121196 | 2 years ago | | | 0 | 0.00076320435 | |
| 15859772 | 2 years ago | | | 0 | 0.00038520188 | |
| 15736635 | 2 years ago | | | 0 | 0.00088176503 | |
| 15720385 | 2 years ago | | | 0 | 0.00092614709 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMinted(address) view returns (uint16)
presaleSpecialMinted(address) view returns (uint16)
publicSaleMinted(address) view returns (uint16)
publicSpecialMinted(address) view returns (uint16)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintPrivate(bytes32[] _merkleProof, uint16 _quantity)
mintPrivateSpecial(bytes32[] _merkleProof, uint16 _quantity) payable
mintPublic(uint16 _quantity)
mintPublicSpecial(uint16 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setTokenUri(string _baseTokenUri)
toggleIsPresale()
toggleIsPublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSupply(uint16 supply)
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(address royaltyReceiver)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()