KILLZUKI
Verified contract
Active on
Ethereum with 2,100 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 "KILLZUKI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20682862 | 2 months ago | | | 0 | 0.00016728152 | |
| 19744706 | 7 months ago | | | 0 | 0.00013142400 | |
| 19554901 | 8 months ago | | | 0 | 0.00061772688 | |
| 18906297 | a year ago | | | 0 | 0.00073831506 | |
| 17856154 | a year ago | | | 0 | 0.00034782351 | |
| 17856147 | a year ago | | | 0 | 0.00035187639 | |
| 17856137 | a year ago | | | 0 | 0.00073450845 | |
| 17098393 | 2 years ago | | | 0 | 0.0013742959 | |
| 16835110 | 2 years ago | | | 0 | 0.0020258229 | |
| 16665271 | 2 years ago | | | 0 | 0.0011226838 |
ABI
ABI objects
Getter at block 21211427
earlySupply() view returns (uint16)
7777
maxFree() view returns (uint16)
7000
maxTx() view returns (uint8)
20
maxTxFree() view returns (uint8)
20
name() view returns (string)
KILLZUKI
nonce() view returns (uint16)
7024
notRevealedUri() view returns (string)
https://ipfs.io/ipfs/QmZ2tS766bvfyqpqvdHs49PxQfXiZgXnjpkN4NzhUPZLKJ
owner() view returns (address)
0xb8cb9558aeb19e666ee58cbab22d215fe748b9d3
price() view returns (uint256)
10000000000000000
revealed() view returns (bool)
true
sale() view returns (bool)
true
salefree() view returns (bool)
false
symbol() view returns (string)
KZ
tokensBurned() view returns (uint256)
812
totalSupply() view returns (uint16)
7777
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isCanBurn(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnMany(uint256[] tokenIds)
buy(uint8 _qty) payable
buyfree(uint8 _qty) payable
giveaway(address _to, uint8 _qty)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setCanBurn(address _newWallet)
setEarlySupply(uint16 _newSupply)
setMaxFree(uint16 _newMax)
setMaxTx(uint8 _newMax)
setMaxTxFree(uint8 _newMax)
setPrice(uint256 _newPrice)
setSale(bool _value)
setSaleFree()
setTotalSupply(uint16 _newSupply)
setUnrevealedURI(string baseURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 _name, string _ticker)
This contract contains no fallback and receive objects.
This contract contains no error objects.