Wrapped CryptoCats
Verified contract
Active on
Ethereum with 926 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x088c…079f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CCAT | ERC-20 | 316 | -- | -- | |
WCCAT | ERC-721 | 1 | -- | -- | |
WCCAT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265945 | 9 hours ago | | | 0 | 0.0012194957 | |
| 21265941 | 9 hours ago | | | 0 | 0.0012778635 | |
| 21265893 | 9 hours ago | | | 0 | 0.0013004399 | |
| 21265576 | 11 hours ago | | | 0 | 0.0015322451 | |
| 21207302 | 9 days ago | | | 0 | 0.0010759305 | |
| 21165476 | 14 days ago | | | 0 | 0.0039299326 | |
| 20746353 | 2 months ago | | | 0 | 0.000083375136 | |
| 20746352 | 2 months ago | | | 0 | 0.000083289202 | |
| 20746317 | 2 months ago | | | 0 | 0.00018160104 | |
| 20738563 | 2 months ago | | | 0 | 0.00011120787 |
ABI
ABI objects
Getter at block 21268705
baseURI() view returns (string)
https://metadata.thetwentysix.io/cryptocats/
name() view returns (string)
Wrapped CryptoCats
owner() view returns (address)
0xae4196a511b17022d018a6bdc6549efa84034369
paused() view returns (bool)
false
symbol() view returns (string)
WCCAT
totalSupply() view returns (uint256)
316
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)
depositCatAndMintToken(uint256 _catId) payable
pause()
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_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
unwrap(uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BurnTokenAndWithdrawCat(uint256 catId)
DepositCatAndMintToken(uint256 catId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.