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 "Half Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15029540 | 2 years ago | | | 0 | 0.0019544210 | |
| 14664967 | 3 years ago | | | 0 | 0.0018376216 | |
| 14624395 | 3 years ago | | | 0 | 0.0019794587 | |
| 14611613 | 3 years ago | | | 0 | 0.025793449 | |
| 14606283 | 3 years ago | | | 0.015 | 0.0025025114 | |
| 14605111 | 3 years ago | | | 0.015 | 0.0048802201 | |
| 14605029 | 3 years ago | | | 0 | 0.0013081426 | |
| 14605014 | 3 years ago | | | 0 | 0.011139011 | |
| 14605011 | 3 years ago | | | 0.015 | 0.0015902661 | |
| 14604898 | 3 years ago | | | 0.003 | 0.0017357808 |
ABI
ABI objects
Getter at block 21384207
MAX_PER_WALLET() view returns (uint8)
5
MAX_SUPPLY() view returns (uint16)
4444
PRICE() view returns (uint256)
3000000000000000
name() view returns (string)
Half Apes
owner() view returns (address)
0xaf6f524e149305abdc35a50ea6706543f5804720
soldOut() view returns (bool)
false
symbol() view returns (string)
HALFAPES
totalSupply() view returns (uint256)
1042
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 _quantity)
mint(uint256 _quantity) payable
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)
setRoyalty(uint96 _royaltyBasisPoints)
transferFrom(address from, address to, uint256 tokenId)
transferFunds()
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()