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 "HARES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18305106 | a year ago | | | 0 | 0.00012825282 | |
| 17515956 | a year ago | | | 0 | 0.0017299599 | |
| 16808698 | 2 years ago | | | 0 | 0.0010269639 | |
| 16804895 | 2 years ago | | | 0 | 0.0021465891 | |
| 16804895 | 2 years ago | | | 0.006 | 0.0011947000 | |
| 16802311 | 2 years ago | | | 0 | 0.0063546709 | |
| 16801558 | 2 years ago | | | 0 | 0.0029308818 | |
| 16801557 | 2 years ago | | | 0 | 0.0029293902 | |
| 16801511 | 2 years ago | | | 0.006 | 0.0012006100 | |
| 16801435 | 2 years ago | | | 0 | 0.0028442945 |
ABI
ABI objects
Getter at block 21197282
TOTAL_MAX_SUPPLY() view returns (uint256)
2199
contractURI() view returns (string)
freeMintCount() view returns (uint256)
1000
maxFreeMintPerWallet() view returns (uint256)
2
maxPublicMintPerWallet() view returns (uint256)
20
name() view returns (string)
HARES
owner() view returns (address)
0xbfa6baa88c196aabcf3ef53af8d837468520eda6
publicTokenPrice() view returns (uint256)
2000000000000000
saleStarted() view returns (bool)
true
symbol() view returns (string)
HARES
totalFreeMints() view returns (uint256)
1000
totalSupply() view returns (uint256)
2199
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintClaimed(address) view returns (uint256)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
flipSaleStarted()
mint(uint256 _quantity) payable
ownerMint(uint256 _numberToMint)
ownerMintToAddress(address _recipient, uint256 _numberToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string _URI)
setFreeMintCount(uint256 _count)
setMaxFreeMintPerWallet(uint256 _count)
setMaxPublicMintPerWallet(uint256 _count)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
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()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()