Wrapped MoonCatsRescue
Verified contract
Active on
Ethereum with 19,109 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
🐱 | ERC-20 | 1.262K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146486 | 4 days ago | | | 0 | 0.0026567927 | |
| 21146481 | 4 days ago | | | 0 | 0.00053272851 | |
| 21146448 | 4 days ago | | | 0 | 0.00045579642 | |
| 21145006 | 4 days ago | | | 0 | 0.00065486279 | |
| 21140773 | 4 days ago | | | 0 | 0.00038178416 | |
| 21101815 | 10 days ago | | | 0 | 0.00046086915 | |
| 21084532 | 12 days ago | | | 0 | 0.0020348682 | |
| 21084527 | 12 days ago | | | 0 | 0.00040467077 | |
| 21084497 | 12 days ago | | | 0 | 0.0020618340 | |
| 21084492 | 12 days ago | | | 0 | 0.00040767645 |
ABI
ABI objects
Getter at block 21172545
_baseURI() view returns (string)
https://api.polyself.xyz/mooncats/
_moonCats() view returns (address)
0x60cd862c9c687a9de49aecdc3a99b74a4fc54ab6
_owner() view returns (address)
0xd2927a91570146218ed700566df516d67c5ecfab
baseURI() view returns (string)
name() view returns (string)
Wrapped MoonCatsRescue
symbol() view returns (string)
WMCR
totalSupply() view returns (uint256)
1258
Read-only
_catIDToTokenID(bytes5) view returns (uint256)
_tokenIDToCatID(uint256) view returns (bytes5)
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)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
unwrap(uint256 tokenID)
wrap(bytes5 catId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unwrapped(bytes5 indexed catId, uint256 tokenID)
Wrapped(bytes5 indexed catId, uint256 tokenID)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.