Cat & Mouse game
Verified contract
Active on
Ethereum with 1,190 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 38 additional slots
-
variable spans 38 additional slots
0x7dcd…e775
0x2fcc…8ca9
0x0c43…fa87
0x817b…bddf
1 additional
variable
Balances ($0.00)
No balances found for "Cat & Mouse game"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20708544 | 2 months ago | | | 0 | 0.00012630922 | |
| 19298484 | 9 months ago | | | 0 | 0.00082812749 | |
| 17964532 | a year ago | | | 0 | 0.0018296145 | |
| 17674895 | a year ago | | | 0 | 0.00041343513 | |
| 17581011 | a year ago | | | 0 | 0.00058619134 | |
| 17055302 | 2 years ago | | | 0 | 0.00067254495 | |
| 16952872 | 2 years ago | | | 0 | 0.0017853868 | |
| 16491811 | 2 years ago | | | 0 | 0.00083480267 | |
| 16488662 | 2 years ago | | | 0 | 0.00047088998 | |
| 16381232 | 2 years ago | | | 0 | 0.00056017814 |
ABI
ABI objects
Getter at block 21163948
PAID_TOKENS() view returns (uint256)
6577
cnmWithEth() view returns (address)
0x2fcc8f10d5ef02a5fd04d4b4bfff45d11e0f8ca9
getMaxTokens() view returns (uint256)
50000
getPaidTokens() view returns (uint256)
6577
habitat() view returns (address)
0x7dcdd6561b7fea8c1c03da9d605b36da86afe775
isClaimable() view returns (bool)
true
maxTokens() view returns (uint256)
50000
minted() view returns (uint16)
15457
name() view returns (string)
Cat & Mouse game
owner() view returns (address)
0x78352d404896602b1a5fe58781ebac4f6d7211c7
paused() view returns (bool)
false
randomizer() view returns (address)
0x817b363f755e74cee5eb4fd74db7a2638d43bddf
symbol() view returns (string)
CnM
totalSupply() view returns (uint256)
8390
traits() view returns (address)
0x0c432035db0bc25e95bb00fbb5809587d8a1fa87
Read-only
aliases(uint256, uint256) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenRoll(uint256 tokenId) view returns (uint8)
getTokenTraits(uint256 tokenId) view returns (struct ICnMCatMouse)
getTokenWriteBlock(uint256 tokenId) view returns (uint64)
isApprovedForAll(address owner, address operator) view returns (bool)
isCat(uint256 tokenId) view returns (bool)
isCrazyCatLady(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rarities(uint256, uint256) view returns (uint8)
selectTraits(uint256 seed) view returns (struct ICnMCatMouse t)
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 addAdmin(address addr)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
emitCatStakedEvent(address owner, uint256 tokenId)
emitCatUnStakedEvent(address owner, uint256 tokenId)
emitCrazyCatStakedEvent(address owner, uint256 tokenId)
emitCrazyCatUnStakedEvent(address owner, uint256 tokenId)
emitMouseStakedEvent(address owner, uint256 tokenId)
emitMouseUnStakedEvent(address owner, uint256 tokenId)
generate(address recipient, uint256 tokenId, uint256 seed) returns (struct ICnMCatMouse t)
mint(address recipient, uint256 seed)
removeAdmin(address addr)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContracts(address _traits, address _habitat, address _rand, address _cnm)
setMaxToken(uint256 limit)
setMinted()
setPaidTokens(uint256 _paidTokens)
setPaused(bool _paused)
setRoll(uint256 tokenId, uint8 habitatType)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOriginAccess(uint16[] tokenIds)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CatBurned(uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
CatMinted(address indexed owner, uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
CatStaked(address indexed owner, uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
CatStolen(uint256 indexed tokenId, address indexed owner, address indexed previous, uint256 blockNum, uint256 timeStamp)
CatUnStaked(address indexed owner, uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
CrazyCatLadyBurned(uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
CrazyCatLadyMinted(address indexed owner, uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
CrazyCatLadyStaked(address indexed owner, uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
CrazyCatLadyStolen(uint256 indexed tokenId, address indexed owner, address indexed previous, uint256 blockNum, uint256 timeStamp)
CrazyCatLadyUnStaked(address indexed owner, uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
MouseBurned(uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
MouseMinted(address indexed owner, uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
MouseStaked(address indexed owner, uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
MouseStolen(uint256 indexed tokenId, address indexed owner, address indexed previous, uint256 blockNum, uint256 timeStamp)
MouseUnStaked(address indexed owner, uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RollChanged(address indexed owner, uint256 tokenId, uint8 roll)
TestTokenMinted(address indexed owner, uint256 indexed tokenId)
TokenMinted(address indexed owner, uint256 indexed tokenId, uint256 blockNum, uint256 timeStamp)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 _maxTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.