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 "Haki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160653 | 7 hours ago | | | 0 | 0.00064032165 | |
| 21101603 | 9 days ago | | | 0 | 0.00023175083 | |
| 21080755 | 11 days ago | | | 0 | 0.00025044334 | |
| 21043779 | 17 days ago | | | 0 | 0.00092411689 | |
| 21037366 | 18 days ago | | | 0 | 0.00067370968 | |
| 20991750 | 24 days ago | | | 0 | 0.0014440049 | |
| 20959700 | a month ago | | | 0 | 0.00025995874 | |
| 20955192 | a month ago | | | 0 | 0.00042794103 | |
| 20928918 | a month ago | | | 0 | 0.00096226898 | |
| 20791918 | 2 months ago | | | 0 | 0.00058277282 |
ABI
ABI objects
Getter at block 21162831
baseTokenURI() view returns (string)
ipfs://QmdYYUtAxGRbM5pcPYnGMzjhKjwEK6hckaNjpJ5H22FvE5/
merkleRoot() view returns (bytes32)
0xf0fc13d4de69e071b1c8b743ca74a5705fef131be90bf9b3459819f2fbc2869c
name() view returns (string)
Haki
owner() view returns (address)
0xe1a371170320ff5819c4a36a8787593226d96118
price() view returns (uint256)
69000000000000000
status() view returns (uint256)
0
symbol() view returns (string)
HAKI
totalSupply() view returns (uint256)
5000
vault() view returns (address)
0x94f20b31117a48a90d1545bb5b3cef9d38bec460
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
presale(bytes32[] _merkleProof, uint256 _purchaseAmount, uint256 _freeAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _price)
setStatus(uint256 _status)
setVault(address _vault)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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(uint256 _price, address _vault)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()