ZombieCats
Verified contract
Active on
Ethereum with 10,131 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 "ZombieCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251210 | 3 days ago | | | 0 | 0.0021557476 | |
| 21251028 | 3 days ago | | | 0 | 0.0011565695 | |
| 21089776 | 25 days ago | | | 0 | 0.00046821271 | |
| 21044104 | a month ago | | | 0 | 0.0010065591 | |
| 21043999 | a month ago | | | 0 | 0.0010538040 | |
| 20880313 | 2 months ago | | | 0 | 0.0012158061 | |
| 20855609 | 2 months ago | | | 0 | 0.00016347365 | |
| 20855506 | 2 months ago | | | 0 | 0.00032456071 | |
| 20791565 | 2 months ago | | | 0 | 0.00039233447 | |
| 20744828 | 2 months ago | | | 0 | 0.00014172036 |
ABI
ABI objects
Getter at block 21272396
baseURI() view returns (string)
ipfs://QmX3qAro27rejBiHGsJQnqt3eCGZGLX3BKYSdpsk7hAqBv/
maxBatch() view returns (uint256)
10
name() view returns (string)
ZombieCats
owner() view returns (address)
0xa59271f4ab69454dbdce068025f2d1227124e721
price() view returns (uint256)
50000000000000000
started() view returns (bool)
false
symbol() view returns (string)
ZOMCATS
totalCats() view returns (uint256)
9999
totalCount() view returns (uint256)
9999
totalSupply() view returns (uint256)
9999
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _times) 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 _newURI)
setStart(bool _start)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintCat(address indexed sender, uint256 startWith, uint256 times)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.