Crypto Hackers Official

Verified contract

Active on Ethereum with 1,962 txns
Deployed by via 0x22d7543e at 15678825
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Crypto Hackers Official"

0xbe60d6c7666a1ed8fd6c13d49f86ff67569f34b7232d93e89e40682c9e139c3c
From
0x8e4b609af1615f39bf2919076b274e772583c9f4a4589ef69533ea39c7c0a9f2
0x715d676701a6b34c238fd07e3b0cc058589ff2c87b4841027e049bd614dd2662
0xca9e988c6224ddfe1a033bd119dd8dff9c690281fef07a5b28b93bebb25e1981
0x7eac594de1e8ed1fc84952af512a4393584df3f91b9c85262cec88517546e051
0x192679e3a807691866f061e82f678479b5d56a20f032a1ab5743265433bc5214
0x7aa71c70f3b517d6ee8a888b880eeaf9404301b51a85bd403cbd339cb5e33cba
0xd51e1c8d1fb7b5b610304bb67a00ac34dc3521485a718eb9da8f867744be0d46
0x3c433523604f9e3bd84eaac7f3acd487a03c7494d92ca3bb56daf525d02089ad
0x459d8a0417eecdea6fa380556218dbcd87f96352acdc9d1f447d5562872e6dce

Functions
Getter at block 21172259
COLLECTION_SIZE(view returns (uint256)
5000
FIRSTXFREE(view returns (uint256)
2
MINT_PRICE(view returns (uint256)
1000000000000000
TOKENS_PER_PERSON_PUB_LIMIT(view returns (uint256)
500
TOKENS_PER_TRAN_LIMIT(view returns (uint256)
100
name(view returns (string)
Crypto Hackers Official
owner(view returns (address)
0x0ce4960a7a1b72730b0b8a87eb269357a1b70468
saleStatus(view returns (uint8)
2
symbol(view returns (string)
Crypto Hackers Official
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
calcTotal(uint256 countview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 count
approve(address touint256 tokenIdpayable 
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURL(string url
setPublicMintPrice(uint256 price
setSaleStatus(uint8 status
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(