HistoricalApes

Verified contract

Active on Ethereum with 884 txns
Deployed by via 0xfc50f5a3 at 15591636
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "HistoricalApes"

0xedcf43d49ea37b2c031bcd1749907c6598e16fac89d6198fce91e7a26627b2fe
0x1cc21839e5d919e0950a4d5f7a35df2c200c0aba5f2ddd204678185959e3fc7f
0xdb0b6cfa71cc700096447e24f307ac630fde7f1fac94f9f921f95bfd8bea390c
0x1ddffa0b5ff468b57b73478c359be3a78a07a4ee956486690f1a4b516d2e851c
0x6acb44d538cfe78a960789d76e1582f232678f93e5eb1ad7757d1c0f340f48e7
0x2bcbc638b33b6be2041a551a0b993edc431e975becdf6c0aca164ca84baee909
From
0x6a8ba9df08028849de8b88ec6e91f482aa0fd766ea1db2b0f8c80317bbf15265
From
0x6a82885df037e99ebad9346c8d58de98c192aaaa59dced96e22740088e5cf91b
0xd8a5ceaee08c1b390987770e3a36148861ab4045017b3404affec7dc4d35cbb7
From
0x00dfe0fea6ee5b44173e4cfaeedc9cc73a2dacba5ae3327b923b76808defd9ac

Functions
Getter at block 21208515
cost(view returns (uint256)
9000000000000000
maxMintAmount(view returns (uint256)
2
maxPerTxn(view returns (uint256)
2
maxSupply(view returns (uint256)
999
mintOpen(view returns (bool)
true
name(view returns (string)
HistoricalApes
owner(view returns (address)
0x4bd849bbfb922455d2d8cc649018fe61a900e8e5
symbol(view returns (string)
HistoricalApes
totalSupply(view returns (uint256)
999
uriPrefix(view returns (string)
ipfs://bafybeiajb3r3m7et3olulslldhqrhy74tgcmlhuouxgqgu44emndrqqdmy/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview 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)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setMaxMintAmount(uint256 _maxMintAmount
setMintState(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
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(string _tokenNamestring _tokenSymbolstring _metadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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