KUJIRA NO KONTON
Verified contract
Active on
Ethereum with 1,581 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 "KUJIRA NO KONTON"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025663 | 2 months ago | | | 0 | 0.00012778676 | |
| 21025657 | 2 months ago | | | 0 | 0.00014054730 | |
| 21025655 | 2 months ago | | | 0 | 0.00014321916 | |
| 20976110 | 2 months ago | | | 0 | 0.00043862525 | |
| 20976109 | 2 months ago | | | 0 | 0.00043942463 | |
| 20852921 | 2 months ago | | | 0 | 0.00031056571 | |
| 20852854 | 2 months ago | | | 0 | 0.00040612578 | |
| 20158068 | 6 months ago | | | 0 | 0.00010605015 | |
| 20156188 | 6 months ago | | | 0 | 0.000069446644 | |
| 20151016 | 6 months ago | | | 0 | 0.000039121728 |
ABI
ABI objects
Getter at block 21379838
baseTokenURI() view returns (string)
ipfs://QmNPBrbxYYWHryZPiPrs2aUFaiz2oA3Q1ZjJgJB8ccbsdr/
devMintQuantity() view returns (uint256)
100
maxSupply() view returns (uint256)
5000
name() view returns (string)
KUJIRA NO KONTON
notRevealedURI() view returns (string)
QmYP7CbbYLPa8wSVX2ffo5YQdD2UccaBF6U2dFYYxL7b5Q
owner() view returns (address)
0x3bfe0664e82befa1253fd6ef7ccd0da37c07ab21
presaleOpen() view returns (bool)
true
publicSaleOpen() view returns (bool)
false
publicSalePrice() view returns (uint256)
70000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
KNK
totalSupply() view returns (uint256)
720
wlDiscountPrice() view returns (uint256)
35000000000000000
wlPrice() view returns (uint256)
63000000000000000
Read-only
WlDiscountList(address) view returns (bool)
WlList(address) view returns (bool)
addressInList(address _address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
freeMintList(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
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)
devMint(uint256 _quantity)
freeMint()
publicMint(uint256 _quantity) payable
reduceSupply(uint256 _newSupply)
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)
setFreeMintList(address[] _addresses)
setNotRevealURI(string _notRevealedURI)
setPresaleOpen(bool _set)
setPublicSaleOpen(bool _set)
setWlDiscountList(address[] _addresses)
setWlList(address[] _addresses)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
wlDiscountMint(uint256 _quantity) payable
wlMint(uint256 _quantity) payable
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 _notRevealedURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()