Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.00)
Native
Value
$5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $2,500.48 |
$5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15068326 | 2 years ago | | | 0 | 0.00021507708 | |
| 15065741 | 2 years ago | | | 0 | 0.00029544806 | |
| 15062923 | 2 years ago | | | 0 | 0.00029181055 | |
| 15062907 | 2 years ago | | | 0 | 0.0012009238 | |
| 14887017 | 2 years ago | | | 0 | 0.0014194759 | |
| 14881293 | 2 years ago | | | 0.002 | 0.0090636000 | |
| 14879685 | 2 years ago | | | 0 | 0.0044165857 | |
| 14878284 | 2 years ago | | | 0 | 0.00051593267 | |
| 14878276 | 2 years ago | | | 0 | 0.00078548774 | |
| 14878232 | 2 years ago | | | 0 | 0.0014392393 |
ABI
ABI objects
Getter at block 21099041
maxFreeSupply() view returns (uint256)
2222
maxPerAddressDuringFreeMint() view returns (uint256)
3
maxPerAddressDuringMint() view returns (uint256)
20
maxPerTxDuringMint() view returns (uint256)
10
maxSupply() view returns (uint256)
3333
name() view returns (string)
Catties
owner() view returns (address)
0xdf435ec323a926a4331d7ba1e9abd6d8d16d4105
price() view returns (uint256)
2000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
CAT
totalSupply() view returns (uint256)
2317
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedAmount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) 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)
cutMaxSupply(uint256 _amount)
flipSale()
freeMint(uint256 _quantity)
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 baseURI)
setMaxFreePerAddress(uint256 _amount)
setMaxPerAddress(uint256 _amount)
setMaxPerTx(uint256 _amount)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance() payable
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()