Ape Hater Club
Verified contract
Active on
Ethereum with 19,724 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x1485…f96e | ERC-1555 | 1 | -- | -- | |
0x7a73…74b0 | ERC-1555 | 1 | -- | -- | |
AHC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21077774 | 11 days ago | | | 0 | 0.00036911770 | |
| 21076663 | 11 days ago | | | 0 | 0.00028047618 | |
| 21025487 | 19 days ago | | | 0 | 0.00027538200 | |
| 20987388 | 24 days ago | | | 0 | 0.00095446128 | |
| 20981676 | 25 days ago | | | 0 | 0.00039620674 | |
| 20981676 | 25 days ago | | | 0 | 0.00044090827 | |
| 20981676 | 25 days ago | | | 0 | 0.00044090827 | |
| 20981676 | 25 days ago | | | 0 | 0.00043988747 | |
| 20981676 | 25 days ago | | | 0 | 0.00043937707 | |
| 20981676 | 25 days ago | | | 0 | 0.00043128800 |
ABI
ABI objects
Getter at block 21158406
FreeMutation() view returns (bool)
false
MAX_MINTS_PUBLIC() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
12222
MAX_SUPPLY_PUBLIC_MINT() view returns (uint256)
2178
PUBLIC_PRICE() view returns (uint256)
250000000000000000
PublicActive() view returns (bool)
false
_minted() view returns (uint256)
12222
hiddenMetadataUri() view returns (string)
name() view returns (string)
Ape Hater Club
owner() view returns (address)
0x7d864f613e6efbf61614919a953ebb95b31ce373
revealed() view returns (bool)
true
symbol() view returns (string)
AHC
totalSupply() view returns (uint256)
12222
uriPrefix() view returns (string)
ipfs://QmQni6mmSnCkzeeCbbb3PLw6Dk6pFxUZEBHEXYJJLBW5YL/
uriSuffix() view returns (string)
.json
Read-only
HowManyBananos(address account) view returns (uint256)
HowManyOGs(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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 MintFreeMutation(uint256 amount)
MintPublic(uint256 amount) payable
approve(address to, uint256 tokenId)
internalMint(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeMutationMint(bool _state)
setPublicMint(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(string name, string symbol, address ghnftAddress, address bnnoAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()