Cool Cats
Verified contract
Active on
Ethereum with 57,394 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($32,311.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUPER | ERC-20 | 25.047977K | $1.29 |
$32,311.89 | |
MAYC | ERC-20 | 100T | -- | -- | |
Cool Cats | ERC-20 | 100T | -- | -- | |
CHART | ERC-20 | 500K | -- | -- | |
Alpaca | ERC-20 | 0.569358 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247588 | 3 hours ago | | | 0 | 0.00068382123 | |
| 21247417 | 3 hours ago | | | 0 | 0.00053201241 | |
| 21246850 | 5 hours ago | | | 0 | 0.00068412112 | |
| 21244245 | 14 hours ago | | | 0 | 0.00080286866 | |
| 21243473 | 16 hours ago | | | 0 | 0.00063858874 | |
| 21243471 | 16 hours ago | | | 0 | 0.00061034260 | |
| 21243464 | 16 hours ago | | | 0 | 0.0011833665 | |
| 21243289 | 17 hours ago | | | 0 | 0.00033841614 | |
| 21242030 | 21 hours ago | | | 0 | 0.00048780962 | |
| 21242026 | 21 hours ago | | | 0 | 0.00040282241 |
ABI
ABI objects
Getter at block 21248387
_paused() view returns (bool)
true
getPrice() view returns (uint256)
20000000000000000
name() view returns (string)
Cool Cats
owner() view returns (address)
0xd5886f211b4ca0aa4df48c4df311437534ac19bf
symbol() view returns (string)
COOL
totalSupply() view returns (uint256)
9968
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events adopt(uint256 num) payable
approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
pause(bool val)
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)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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)
This contract contains no fallback and receive objects.
This contract contains no error objects.