The Cats
Verified contract
Active on
Ethereum with 2,909 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 "The Cats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20655628 | 3 months ago | | | 0 | 0.000027271200 | |
| 18223929 | a year ago | | | 0 | 0.00033513291 | |
| 17125110 | 2 years ago | | | 0 | 0.0017576177 | |
| 16998919 | 2 years ago | | | 0 | 0.00062250765 | |
| 16903740 | 2 years ago | | | 0 | 0.00069926464 | |
| 16839254 | 2 years ago | | | 0 | 0.00053447892 | |
| 16816420 | 2 years ago | | | 0 | 0.00092631598 | |
| 16775001 | 2 years ago | | | 0 | 0.00087785257 | |
| 16769172 | 2 years ago | | | 0 | 0.00093904862 | |
| 16768276 | 2 years ago | | | 0 | 0.00099111337 |
ABI
ABI objects
Getter at block 21297543
baseURI() view returns (string)
https://ipfs.io/ipfs/QmZdwrsBfuo2JZ6qVUseegX16o2U4E85nJsrdoVAUNb2sg
maxFreeAmount() view returns (uint256)
4555
maxFreePerWallet() view returns (uint256)
2
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
100
maxSupply() view returns (uint256)
5555
mintEnabled() view returns (bool)
true
name() view returns (string)
The Cats
owner() view returns (address)
0x8ca932d3881b890dd7f3354203a65b189782126b
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
Cat
teamReserved() view returns (uint256)
2
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxFreeAmount(uint256 _amount)
setMaxFreePerWallet(uint256 _amount)
setPrice(uint256 _newPrice)
setUnRevealedURI(string uri)
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()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()