Haze Monkey Society
Verified contract
Active on
Ethereum with 1,171 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,111.12 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20905871 | a month ago | | | 0 | 0.00067729418 | |
| 20786792 | 2 months ago | | | 0 | 0.00031500004 | |
| 20768568 | 2 months ago | | | 0 | 0.00021005062 | |
| 20608135 | 3 months ago | | | 0 | 0.000040556303 | |
| 20551411 | 3 months ago | | | 0 | 0.000062774118 | |
| 20339265 | 4 months ago | | | 0 | 0.00059076457 | |
| 20275306 | 4 months ago | | | 0 | 0.00024322173 | |
| 20259018 | 4 months ago | | | 0 | 0.000087734782 | |
| 20162901 | 5 months ago | | | 0 | 0.0010505957 | |
| 19988325 | 6 months ago | | | 0 | 0.00038805421 |
ABI
ABI objects
Getter at block 21212615
amountForDevs() view returns (uint256)
70
maxPerAddressDuringMint() view returns (uint256)
10
name() view returns (string)
Haze Monkey Society
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x75a8dc3710a33b5758918eefe9fd65b0fdef9dda
saleConfig() view returns (uint32 publicSaleStartTime, uint64 presalePrice, uint64 publicPrice)
(publicSaleStartTime=0, presalePrice=1, publicPrice=0)
symbol() view returns (string)
HAZE
totalSupply() view returns (uint256)
1128
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
presaleList(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 quantity)
presaleMint(uint256 quantity) payable
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedPresalelist(address[] addresses, uint256 numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setSaleConfig(uint64 presaleListPriceWei, uint64 publicPriceWei, uint32 publicSaleStartTime)
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.