Crypto Hackers Official
Verified contract
Active on
Ethereum with 1,962 txns
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 "Crypto Hackers Official"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18904213 | 10 months ago | | | 0 | 0.00065040245 | |
| 16960835 | 2 years ago | | | 0 | 0.00095453979 | |
| 16742580 | 2 years ago | | | 0 | 0.00081399403 | |
| 16742580 | 2 years ago | | | 0 | 0.00081601437 | |
| 16345335 | 2 years ago | | | 0 | 0.00039658579 | |
| 16307124 | 2 years ago | | | 0 | 0.00070507034 | |
| 16297689 | 2 years ago | | | 0 | 0.00065627498 | |
| 16160016 | 2 years ago | | | 0 | 0.00065383552 | |
| 16101814 | 2 years ago | | | 0 | 0.00064436229 | |
| 15923486 | 2 years ago | | | 0 | 0.00072264992 |
ABI
ABI objects
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 owner) view returns (uint256)
calcTotal(uint256 count) view returns (uint256)
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)
State-modifying
Events airdrop(address to, uint256 count)
approve(address to, uint256 tokenId) payable
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURL(string url)
setPublicMintPrice(uint256 price)
setSaleStatus(uint8 status)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()