Baby Kraken
Verified contract
Active on
Ethereum with 398 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Baby Kraken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19140286 | 9 months ago | | | 0 | 0.00086717250 | |
| 19069477 | 10 months ago | | | 0 | 0.00046786264 | |
| 18910380 | 10 months ago | | | 0 | 0.00054910069 | |
| 17012511 | 2 years ago | | | 0 | 0.0036258788 | |
| 16614623 | 2 years ago | | | 0 | 0.0043877097 | |
| 16614617 | 2 years ago | | | 0 | 0.00081093697 | |
| 16614589 | 2 years ago | | | 0 | 0.0038508127 | |
| 16483733 | 2 years ago | | | 0 | 0.00072712599 | |
| 16417338 | 2 years ago | | | 0 | 0.0035216249 | |
| 16370558 | 2 years ago | | | 0 | 0.0010510357 |
ABI
ABI objects
Getter at block 21181704
INKz() view returns (address)
0xd0c37cda48fe5d6ee7132181a90dc58206db5404
INKzAddress() view returns (address)
0xd0c37cda48fe5d6ee7132181a90dc58206db5404
MAX_KRAKEN() view returns (uint256)
4000
availableTokenCount() view returns (uint256)
3729
contractURI() view returns (string)
https://ipfs.io/ipfs/QmTUBF8Ppy3ov76FKgspQdT3a6qXA8MEdr1nwLja1GhNbZ/
hasSaleStarted() view returns (bool)
true
inkzMintEnabled() view returns (bool)
true
maxSupply() view returns (uint256)
4000
mintPriceINKz() view returns (uint256)
600000000000000000000
name() view returns (string)
Baby Kraken
owner() view returns (address)
0x24f01da12667d5679bc2f4df44c919396ed152f2
symbol() view returns (string)
BABYKRAKEN
tokenCount() view returns (uint256)
271
totalKrakensMinted() view returns (uint256)
271
totalSupply() view returns (uint256)
271
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintWithINKz(uint256 amount) 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)
setINKz(address address_)
setINKzMintStatus(bool bool_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed to_, uint256 tokenId_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseTokenURI, string baseContractURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.