Kozoku Katanaz
Verified contract
Active on
Ethereum with 994 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 "Kozoku Katanaz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17073956 | 2 years ago | | | 0 | 0.0024987514 | |
| 16226069 | 2 years ago | | | 0 | 0.0011951408 | |
| 15906319 | 2 years ago | | | 0 | 0.0013531817 | |
| 15870084 | 2 years ago | | | 0 | 0.0023674395 | |
| 15870012 | 2 years ago | | | 0 | 0.0063279436 | |
| 15870002 | 2 years ago | | | 0 | 0.0015144507 | |
| 15864845 | 2 years ago | | | 0 | 0.0021296298 | |
| 15847856 | 2 years ago | | | 0 | 0.0035680423 | |
| 15837589 | 2 years ago | | | 0 | 0.00045294032 | |
| 15833271 | 2 years ago | | | 0 | 0.0021610111 |
ABI
ABI objects
Getter at block 21226572
mintRate() view returns (uint256)
0
name() view returns (string)
Kozoku Katanaz
owner() view returns (address)
0xdb68277014987ad802860386a5e8990ec120bc35
paused() view returns (bool)
false
symbol() view returns (string)
KK
totalSupply() view returns (uint256)
888
wlOnly() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onWl(address _u) 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(address[] users)
approve(address to, uint256 tokenId)
giftMint(address recipient, uint256 qty)
pause(bool _state)
publicMint(uint256 qty) 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 baseURI)
setWL(address[] _wallets)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
wlGate(bool _wlOnly)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()