Hero Ape

Verified contract

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

No balances found for "Hero Ape"

0xb6f9c5308cd5edf6cd23121e8c9639730c5715db028b38c4ed5dc57b53bc7dec
0xbe226bbf6de3615aa553d04157fd2ac5e85e5b5e1b3d354dfb85bc404ef3f059
0x9dd2babd258dbe6ba51709d2ad9160784fa476e718b41ac6b5c37459efc9d46f
0x06d69bb1868da234859036db843298745be4024ae4ec42c35d2e1b7193ee99ab
0x7fc89edfe823c4a9c35f666fe0f33a9298519db4dc58c1d6371990fc8e563411
0x35311460bc54df65c78e22a54e64278f5a90c62d722a465a8f7ee0f3439131ae
0x5e462f2c8b71e881b70bfc6e3cf76a6b2a2b1bdf2e765805a88cafe25f1eff95
0x771fd52f92890f649f1b2c0e7ed5ca523f07d907b7c1c9c53f48f25e008da905
0x729944a05047670c228342ad9d0e22a310ec75882d129fc7a2db000c3b62a967
0x14b7d5a28370953b38ccaa04cd12dc2b3e6c32a75d2e0bd53480fc726a7703a7

Functions
Getter at block 21277676
MAX_SUPPLY(view returns (uint256)
666
allowedToContract(view returns (bool)
false
name(view returns (string)
Hero Ape
owner(view returns (address)
0x3dfabfb99ec0152063e2e766ed42a2bbfe5ec2a2
price(view returns (uint256)
50000000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
HERO
totalSupply(view returns (uint256)
322
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(