HistoricalApes
Verified contract
Active on
Ethereum with 884 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 "HistoricalApes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17124019 | 2 years ago | | | 0 | 0.0027307403 | |
| 17027622 | 2 years ago | | | 0 | 0.0012079213 | |
| 17025977 | 2 years ago | | | 0 | 0.0017961576 | |
| 16581321 | 2 years ago | | | 0 | 0.0013154795 | |
| 16303140 | 2 years ago | | | 0 | 0.00086984566 | |
| 16189145 | 2 years ago | | | 0 | 0.00071706009 | |
| 15842961 | 2 years ago | | | 0 | 0.00055183027 | |
| 15788040 | 2 years ago | | | 0 | 0.00085427691 | |
| 15785560 | 2 years ago | | | 0 | 0.0010684888 | |
| 15783998 | 2 years ago | | | 0 | 0.0023992162 |
ABI
ABI objects
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 owner) 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)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmount(uint256 _maxMintAmount)
setMintState(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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(string _tokenName, string _tokenSymbol, string _metadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()