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 "CyberCat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15728819 | 2 years ago | | | 0 | 0.00084666826 | |
| 15630170 | 2 years ago | | | 0 | 0.00030305000 | |
| 15629320 | 2 years ago | | | 0 | 0.00052156910 | |
| 15629201 | 2 years ago | | | 0 | 0.00052434549 | |
| 15629152 | 2 years ago | | | 0.006 | 0.00062862000 | |
| 15629133 | 2 years ago | | | 0.003 | 0.00068453402 | |
| 15629131 | 2 years ago | | | 0.006 | 0.00064145469 | |
| 15629123 | 2 years ago | | | 0.003 | 0.00062851893 | |
| 15629119 | 2 years ago | | | 0.009 | 0.00058315500 | |
| 15629119 | 2 years ago | | | 0.009 | 0.00058315500 |
ABI
ABI objects
Getter at block 21186470
maxSupply() view returns (uint256)
333
name() view returns (string)
CyberCat
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
CCT
totalSupply() view returns (uint256)
295
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
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)
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()