ProjectKaito
Verified contract
Active on
Ethereum with 2,925 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 "ProjectKaito"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102728 | 8 days ago | | | 0 | 0.00011882987 | |
| 18776867 | a year ago | | | 0 | 0.0011393236 | |
| 18251981 | a year ago | | | 0 | 0.00050805478 | |
0xaf07f884 | 15624892 | 2 years ago | | | 0 | 0.0012147300 | |
0xaf07f884 | 15624885 | 2 years ago | | | 0 | 0.00090908232 | |
0xaf07f884 | 15624882 | 2 years ago | | | 0 | 0.0010362363 | |
0xaf07f884 | 15624870 | 2 years ago | | | 0 | 0.00095842984 | |
0xaf07f884 | 15624864 | 2 years ago | | | 0 | 0.0010453212 | |
0xaf07f884 | 15624845 | 2 years ago | | | 0 | 0.00086153648 | |
0xaf07f884 | 15624829 | 2 years ago | | | 0 | 0.00050797800 |
ABI
ABI objects
Getter at block 21161175
maxSupply() view returns (uint256)
7777
name() view returns (string)
ProjectKaito
owner() view returns (address)
0x37e6fa26b01f75d55a62919e99fd6f8f510d5897
price() view returns (uint256)
0
symbol() view returns (string)
PK
totalSupply() view returns (uint256)
6610
Read-only
addressMaps(address) view returns (bool)
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 approvalAllowance(address _wallet, bool allow)
approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setPrice(uint256 _price)
tooglePause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()