Harakai!
Verified contract
Active on
Ethereum with 2,216 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 "Harakai!"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20111030 | 5 months ago | | | 0 | 0.00022265657 | |
| 19782250 | 6 months ago | | | 0 | 0.00018953341 | |
| 17754012 | a year ago | | | 0 | 0.00073894942 | |
| 17586296 | a year ago | | | 0 | 0.0015289028 | |
| 17580640 | a year ago | | | 0 | 0.00069203891 | |
| 17351109 | a year ago | | | 0 | 0.0011205929 | |
| 17335659 | a year ago | | | 0 | 0.0012884451 | |
| 17066315 | 2 years ago | | | 0 | 0.0012542550 | |
| 16903707 | 2 years ago | | | 0 | 0.00036223500 | |
| 16894998 | 2 years ago | | | 0 | 0.00062555375 |
ABI
ABI objects
Getter at block 21193932
isPreSaleActive() view returns (bool)
true
isPublicSaleActive() view returns (bool)
false
maxSupply() view returns (uint256)
777
name() view returns (string)
Harakai!
owner() view returns (address)
0x9e6fc9dc9110f541e63cbf398055039c3304892e
symbol() view returns (string)
HARAKAI!
totalSupply() view returns (uint256)
777
viewPerWalletLimit() pure returns (uint8)
1
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(address _user, bytes32[] _studentProof) 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()
presaleMint(bytes32[] _studentProof)
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)
setPresaleMerkleRoot(bytes32 _presaleMerkleRoot)
togglePreSaleActive()
togglePublicSaleActive()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
InsufficentFundsForMint()
InvalidAmountToBeMinted()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintWouldExceedAllowedForIndvidualInWhitelist()
MintWouldExceedMaxSupply()
MintZeroQuantity()
NoContracts()
NotPrelisted()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PreSaleInactive()
PublicSaleInactive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
YouCannotClaimTwice()