AcclimatedMoonCats
Verified contract
Active on
Ethereum with 30,950 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
0x2736…8911
0x60cd…4ab6
0x7c40…3572
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
🐱 | ERC-20 | 20.124K | -- | -- | |
📜 | ERC-721 | 1 | -- | -- | |
📜 | ERC-721 | 1 | -- | -- | |
📜 | ERC-721 | 1 | -- | -- | |
📜 | ERC-721 | 1 | -- | -- | |
📜 | ERC-721 | 1 | -- | -- | |
📜 | ERC-721 | 1 | -- | -- | |
📜 | ERC-721 | 1 | -- | -- | |
📜 | ERC-721 | 1 | -- | -- | |
📜 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156623 | 2 hours ago | | | 0 | 0.0036384811 | |
| 21156539 | 3 hours ago | | | 0 | 0.0014340424 | |
| 21156386 | 3 hours ago | | | 0 | 0.00046294060 | |
| 21156069 | 4 hours ago | | | 0 | 0.0017066168 | |
| 21155373 | 7 hours ago | | | 0 | 0.00071273262 | |
| 21155326 | 7 hours ago | | | 0 | 0.00068506576 | |
| 21152686 | 16 hours ago | | | 0 | 0.0020790770 | |
| 21152550 | 16 hours ago | | | 0 | 0.0012693171 | |
| 21149398 | a day ago | | | 0 | 0.00046906637 | |
| 21148644 | a day ago | | | 0 | 0.0011032368 |
ABI
ABI objects
Getter at block 21157343
baseURI() view returns (string)
https://api.mooncat.community/traits/
name() view returns (string)
AcclimatedMoonCats
owner() view returns (address)
0xdf2e60af57c411f848b1ea12b10a404d194bce27
paused() view returns (bool)
false
rescueOrderLookup() view returns (address)
0x2736aef2efc7d144edfc4f8db97c625983e38911
symbol() view returns (string)
😺
totalSupply() view returns (uint256)
20124
Read-only
balanceOf(address _owner) view returns (uint256)
childContractByIndex(uint256 _tokenId, uint256 _index) view returns (address childContract)
childTokenByIndex(uint256 _tokenId, address _childContract, uint256 _index) view returns (uint256 childTokenId)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
ownerOfChild(address _childContract, uint256 _childTokenId) view returns (bytes32 parentTokenOwner, uint256 parentTokenId)
rootOwnerOf(uint256 _tokenId) view returns (bytes32 rootOwner)
rootOwnerOfChild(address _childContract, uint256 _childTokenId) view returns (bytes32 rootOwner)
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)
tokensIdsByOwner(address owner) view returns (uint256[])
totalChildContracts(uint256 _tokenId) view returns (uint256)
totalChildTokens(uint256 _tokenId, address _childContract) view returns (uint256)
State-modifying
Events approve(address _to, uint256 _tokenId)
batchReWrap(uint256[] _rescueOrders, uint256[] _oldTokenIds)
batchUnwrap(uint256[] _rescueOrders)
batchWrap(uint256[] _rescueOrders)
buyAndWrap(uint256 _rescueOrder) payable returns (uint256)
getChild(address _from, uint256 _tokenId, address _childContract, uint256 _childTokenId)
onERC721Received(address _operator, address _from, uint256 _oldTokenId, bytes _data) returns (bytes4)
pause()
renounceOwnership()
safeTransferChild(uint256 _fromTokenId, address _to, address _childContract, uint256 _childTokenId)
safeTransferChild(uint256 _fromTokenId, address _to, address _childContract, uint256 _childTokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferChild(uint256 _fromTokenId, address _to, address _childContract, uint256 _childTokenId)
transferChildToParent(uint256 _fromTokenId, address _toContract, uint256 _toTokenId, address _childContract, uint256 _childTokenId, bytes _data)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
unwrap(uint256 _tokenId) returns (uint256)
wrap(uint256 _rescueOrder) returns (uint256)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MoonCatAcclimated(uint256 tokenId, address indexed owner)
MoonCatDeacclimated(uint256 tokenId, address indexed owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ReceivedChild(address indexed _from, uint256 indexed _toTokenId, address indexed _childContract, uint256 _childTokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferChild(uint256 indexed _fromTokenId, address indexed _to, address indexed _childContract, uint256 _childTokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.