Cool Pets
Verified contract
Active on
Ethereum with 77,230 txns
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 "Cool Pets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161329 | 35 minutes ago | | | 0 | 0.00070790533 | |
| 21160587 | 3 hours ago | | | 0 | 0.00086839777 | |
| 21160548 | 3 hours ago | | | 0 | 0.00078389690 | |
| 21160377 | 4 hours ago | | | 0 | 0.00088790183 | |
| 21158372 | 10 hours ago | | | 0 | 0.0011065482 | |
| 21157975 | 12 hours ago | | | 0 | 0.0016119051 | |
| 21157830 | 12 hours ago | | | 0 | 0.0016409879 | |
| 21154161 | a day ago | | | 0 | 0.00039021367 | |
| 21146174 | 2 days ago | | | 0 | 0.00023589914 | |
| 21140365 | 3 days ago | | | 0 | 0.00059779539 |
ABI
ABI objects
Getter at block 21161499
MAX_PET_ID() view returns (uint256)
19999
_baseTokenURI() view returns (string)
https://metadata.coolcatsnft.com/pet/metadata/
_ccAddress() view returns (address)
0x1a92f7381b9f03921564a437210bb9396471050c
_claimsPaused() view returns (bool)
false
_currentPetId() view returns (uint256)
19999
_merkleLocked() view returns (bool)
false
_merkleRoot() view returns (bytes32)
0x48f20f3f89e3472e1cc73bd2f29a3a1080bb8680eed45e7b8f56605571086aa6
_price() view returns (uint256)
500000000000000000
_publicMintStatus() view returns (uint8)
0
_reserved() view returns (uint256)
0
_systemAddress() view returns (address)
0x87791697f0e5265191ba401551c15e394cd051c0
_w1() view returns (address)
0x1ffa3371a45c22b1284fe5a251ed64f40580a1e3
name() view returns (string)
Cool Pets
owner() view returns (address)
0xd5886f211b4ca0aa4df48c4df311437534ac19bf
symbol() view returns (string)
PETS
Read-only
_minted(address) view returns (bool)
_petGenetics(uint256) view returns (bytes32)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getGenetics(uint256 id) view returns (bytes32 genes)
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 adoptNPets(uint256[] tokenIds)
allowListAdopt(bytes32[] merkleProof, uint256 ticketNumber) payable
approve(address to, uint256 tokenId)
lockMerkle()
pauseClaim(bool val)
publicAdopt(uint256 salt, bytes signature) payable
renounceOwnership()
reservedMint()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCoolCatsAddress(address ccAddress)
setGenetics(uint256 id, bytes32 genes)
setMerkleRoot(bytes32 merkleRoot)
setMintSlotLength(uint256 num)
setPrice(uint256 newPrice)
setPublicMintStatus(uint256 status)
setSystemAddress(address systemAddress)
setWithdrawalWallet(address wallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, address ccContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.