Meme Cats
Verified contract
Active on
Ethereum with 1,943 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 "Meme Cats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18931777 | a year ago | | | 0 | 0.00065819857 | |
| 17627726 | a year ago | | | 0 | 0.0012743051 | |
| 16999663 | 2 years ago | | | 0 | 0.00090154896 | |
| 16638088 | 2 years ago | | | 0 | 0.0018052585 | |
| 16611118 | 2 years ago | | | 0 | 0.00041598145 | |
| 16547742 | 2 years ago | | | 0 | 0.00082354156 | |
| 16448681 | 2 years ago | | | 0 | 0.00061506618 | |
| 16415401 | 2 years ago | | | 0 | 0.00092251307 | |
| 16345301 | 2 years ago | | | 0 | 0.00076838436 | |
| 16263009 | 2 years ago | | | 0 | 0.00078495147 |
ABI
ABI objects
Getter at block 21225491
baseExtension() view returns (string)
.json
freeMintMax() view returns (uint256)
2500
maxFreePerWallet() view returns (uint256)
3
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
2500
name() view returns (string)
Meme Cats
notRevealedUri() view returns (string)
https://memecats.mypinata.cloud/ipfs/QmYqbLeJiJFiHtoy9KgCa8tjX77CvzUUThFfksPiXAY9en/hidden.json
owner() view returns (address)
0xf868bad7de58e0f6b08828e15d332a84e7510c20
paused() view returns (bool)
false
price() view returns (uint256)
4000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
MEME
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) view returns (uint256)
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)
mint(uint256 count) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setFreeAmount(uint256 amount)
setMaxFreeMint(uint256 _max)
setMaxPaidPerTx(uint256 _max)
setMaxSupply(uint256 _max)
setNotRevealedURI(string _notRevealedURI)
setPause(bool _state)
setPrice(uint256 _price)
setfee(uint256 fee)
teamMint(uint256 _number)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
freeMintIsOver()