HARES

Verified contract

Active on Ethereum
Deployed by via 0xb19266d3 at 16797929
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "HARES"

0x509dbbda254c0b7ef5043ed2a6e6ccc5c6e64e91d8da80dfd52bd30fafcc0b1e
0xb7f10ab59f24bc51e5e1814fc36032b655c91710e6b2b5eaa6700823c9fb44a2
0x30eacfec58c00127b97d09fcb5506d9a4b0b920d841a2488bb425171a2379726
0xd1e9b7297ef03562f02297c4a462c51d9940be172a5e3a706c9bd3d7a32f5e2c
0x899b080389f82534a4ae2014db8aeff02aaab38ac62aefb8c903b78cefe00c57
0xfac6774b683348dffd0f65f317a624a29f25c82297bd6fe19922bcfe9cdb2e0d
0x18260a1fdea40667933f795f1c644fa129d467e79e65f08b0cf7c9cf093efdcb
0xf2d7a70deddaf193957a60bc94b44f94c66c07d3efc823cdfcde86c2d9ee0d98
0x8b9d27527ad81331aa809641c753f3c14c08f7679f9ef74cf33392832aabc469
0x3ca45fa505938c71fa850ccb15a3e0be78fcf1321cc1af80d1d06986d0e0dd4a

Functions
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 ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
freeMintClaimed(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
flipSaleStarted(
mint(uint256 _quantitypayable 
ownerMint(uint256 _numberToMint
ownerMintToAddress(address _recipientuint256 _numberToMint
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setContractURI(string _URI
setFreeMintCount(uint256 _count
setMaxFreeMintPerWallet(uint256 _count
setMaxPublicMintPerWallet(uint256 _count
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(
withdrawFundsToAddress(address _addressuint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(