Bored Hoodie Ape Club

Verified contract

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

No balances found for "Bored Hoodie Ape Club"

0x7381210781e3df3a7cf51138f61dcac03ca2dba3fd263574efe858281e7431ec
0x46995d74a153c398c6db24264b8e86e236e37c9994170dda01ccc52ead598562
0x04b7e2234ed28ae94f77f8a7aaa867b11314d79d5d8947c82e150f630e5cfc0f
0x435eb91e1380a93f47a60702e3795120659d7fc63f1ae2cc67803bc696fa51b2
0x00116c0fe29e13397acac45b20ae99cab187066a710ad4b302928b6514b6a360
0x88b93e92a965d30bc19c36c8ea918396fc582c1d6e8dc3b7b9745228e3fc3594
0x4768bb925f8dad9194428a7fbc343242b16153b8755f405fe42b159657e1ba23
0xc1be78a8e0b47a402fe617fbb104922a1eb912b75d83fb27bed756a0041f74f3
0xcf94e3695b0887cd87347002ae97954157f08627e67e02dfa59ac77d6e93746c
0xca79999ec452d79e21f7ee35982cebda288ea8e16d22f37ea920ae8991a8715b

Functions
Getter at block 21257374
MAX_SUPPLY(view returns (uint256)
1500
allowedToContract(view returns (bool)
false
name(view returns (string)
Bored Hoodie Ape Club
owner(view returns (address)
0x5139c3d183367595d660ab7892d28bff63715ce1
price(view returns (uint256)
82000000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
BHAC
totalSupply(view returns (uint256)
790
Read-only
_transferToContract(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(