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 "Inkha"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19137770 | 9 months ago | | | 0 | 0.00096253886 | |
| 16695713 | 2 years ago | | | 0 | 0.0019941862 | |
| 16643187 | 2 years ago | | | 0 | 0.0019005557 | |
| 16324717 | 2 years ago | | | 0 | 0.00070190339 | |
| 16263503 | 2 years ago | | | 0 | 0.00056481588 | |
| 16256755 | 2 years ago | | | 0 | 0.00056672635 | |
| 16251337 | 2 years ago | | | 0 | 0.00056988317 | |
| 16171079 | 2 years ago | | | 0 | 0.0011957141 | |
| 16164602 | 2 years ago | | | 0 | 0.00064294002 | |
| 16157440 | 2 years ago | | | 0 | 0.00064600127 |
ABI
ABI objects
Getter at block 21177343
checkMerkle() view returns (bool)
false
contractURI() view returns (string)
https://inkha.s3.eu-west-2.amazonaws.com/inkhaContract.json
getClaimState() view returns (bool)
false
getMaxPerTx() view returns (uint8)
1
getMaxPerWallet() view returns (uint8)
1
getMaxSupply() pure returns (uint256)
128
name() view returns (string)
Inkha
owner() view returns (address)
0x79a0a0b39300638ca9ee68cabdc4bb8a635b69b1
symbol() view returns (string)
INKHA
totalSupply() view returns (uint256)
128
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClaimed(address _addr) view returns (uint8)
getTokenIDS(address _addr) view returns (string)
isApprovedForAll(address account, address operator) view returns (bool)
numberClaimed(address) view returns (uint8)
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)
verifyMerkleProof(bytes32[] proof, bytes32 root) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
editMerkleRoot(bytes32 _merkleRoot)
mintAdmin(address _recipient, uint256 _quantity)
mintInkha(uint8 _amount, bytes32[] _merkleProof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setBlockedOperator(address operator, bool state)
setClaimState(bool _claimState, bool _merkleState, uint8 _maxPerTx, uint8 _maxPerWallet)
setContractURI(string _uri)
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)
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()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()