Mud Cats
Verified contract
Active on
Ethereum with 14,646 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20546388 | 3 months ago | | | 0 | 0.00017432275 | |
| 20529379 | 3 months ago | | | 0 | 0.00027525803 | |
| 20525131 | 3 months ago | | | 0 | 0.00012825922 | |
| 20504355 | 3 months ago | | | 0 | 0.000044991462 | |
| 20195515 | 5 months ago | | | 0 | 0.000044084515 | |
| 20150923 | 5 months ago | | | 0 | 0.000053463730 | |
| 20140063 | 5 months ago | | | 0 | 0.00022628505 | |
| 20111025 | 5 months ago | | | 0 | 0.00023486683 | |
| 20102360 | 5 months ago | | | 0 | 0.000070483202 | |
| 19903423 | 6 months ago | | | 0 | 0.00062651255 |
ABI
ABI objects
Getter at block 21213058
EXTRA_MINT_PRICE() view returns (uint256)
6500000000000000
MAX_PER_TRANSACTION_PLUS_ONE() view returns (uint256)
11
MAX_SUPPLY_PLUS_ONE() view returns (uint256)
10001
name() view returns (string)
Mud Cats
owner() view returns (address)
0x67d28bd990f4ba29da54d79b9a36f617ff0be7a9
paused() view returns (bool)
false
symbol() view returns (string)
MC
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedCount(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 _quantity) payable
renounceOwnership()
reserves(uint256 numToReserve)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseUri)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()