Kawaii Kiss
Verified contract
Active on
Ethereum with 152 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 "Kawaii Kiss"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17309931 | 2 years ago | | | 0 | 0.0021235309 | |
| 17123291 | 2 years ago | | | 0 | 0.0032283586 | |
| 16818683 | 2 years ago | | | 0 | 0.0011034712 | |
| 16770071 | 2 years ago | | | 0 | 0.0013157491 | |
| 16769604 | 2 years ago | | | 0.0066 | 0.0022443368 | |
| 16769602 | 2 years ago | | | 0.0066 | 0.0022313436 | |
| 16769584 | 2 years ago | | | 0 | 0.0012524508 | |
| 16769567 | 2 years ago | | | 0.033 | 0.0022768014 | |
| 16769535 | 2 years ago | | | 0.0066 | 0.0023982974 | |
| 16769436 | 2 years ago | | | 0 | 0.0055502319 |
ABI
ABI objects
Getter at block 21386194
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
isSaleActive() view returns (bool)
true
max_supply() view returns (uint256)
999
name() view returns (string)
Kawaii Kiss
owner() view returns (address)
0xcc57365e678ec5bd1c5eac1fed7c52d901f5cb04
per_wallet() view returns (uint256)
5
price() view returns (uint256)
6600000000000000
symbol() view returns (string)
KSS
totalSupply() view returns (uint256)
971
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256 quantity, address to)
approve(address operator, uint256 tokenId) payable
flipSaleState()
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setPerWallet(uint256 _per)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()