kawaii.wtf
Verified contract
Active on
Ethereum with 548 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($57.62)
Native
Value
$57.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015 | $3,841.14 |
$57.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910574 | a year ago | | | 0 | 0.00042304102 | |
| 16179216 | 2 years ago | | | 0 | 0.00073866155 | |
| 16179190 | 2 years ago | | | 0 | 0.00063642784 | |
| 15104950 | 2 years ago | | | 0 | 0.00063335948 | |
| 15044977 | 2 years ago | | | 0 | 0.0010191185 | |
| 14874271 | 3 years ago | | | 0 | 0.0014949537 | |
| 14869241 | 3 years ago | | | 0 | 0.00047436609 | |
| 14869241 | 3 years ago | | | 0 | 0.00047436609 | |
| 14869065 | 3 years ago | | | 0.015 | 0.0035189972 | |
| 14869020 | 3 years ago | | | 0 | 0.00087958469 |
ABI
ABI objects
Getter at block 21331949
MAX_MINTS_PER_TX() view returns (uint256)
10
NUM_FREE_MINTS() view returns (uint256)
3500
PUBLIC_SALE_PRICE() view returns (uint256)
5000000000000000
getBaseURI() view returns (string)
ipfs://QmYsosuTo1dvac1RDy75K6q5yJcnAzMAAfyGdBQtKC3Aeb
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
4500
name() view returns (string)
kawaii.wtf
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc9177fd6c5a2322166cef1138bdea765c9cd186e
symbol() view returns (string)
.wtf
totalSupply() view returns (uint256)
3529
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
mint(uint256 numberOfTokens) payable
mints(uint256 _numfreemints)
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)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.