hausphases
Verified contract
Active on
Ethereum with 24,784 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 "hausphases"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148027 | 8 days ago | | | 0 | 0.00029657226 | |
| 21109808 | 13 days ago | | | 0 | 0.00010464048 | |
| 21106767 | 13 days ago | | | 0 | 0.00010127820 | |
| 21066907 | 19 days ago | | | 0 | 0.00078029264 | |
| 21062775 | 20 days ago | | | 0 | 0.00058337054 | |
| 21056074 | 20 days ago | | | 0 | 0.00033786989 | |
| 21055854 | 21 days ago | | | 0 | 0.00023441066 | |
| 20997722 | a month ago | | | 0 | 0.00022478820 | |
| 20997721 | a month ago | | | 0 | 0.00022456980 | |
| 20997720 | a month ago | | | 0 | 0.00022446598 |
ABI
ABI objects
Getter at block 21202902
addressMerkleRoot() view returns (bytes32)
0xbe9fab810bb04761e67689e4d96d192d2081a8e5b87f97c1e61ac99b5ddbf698
baseURI() view returns (string)
ipfs://QmeWKqX5frapGtQRwdER5NCtMQeYK4WbhuTHHTuFhpuMFq/
contractStatus() view returns (uint8)
1
getQuantityMinted() view returns (uint256)
7777
name() view returns (string)
hausphases
owner() view returns (address)
0xb386e92acf9279cebb13389811c22b77cc649bd6
price() view returns (uint256)
20000000000000000
quantityMerkleRoot() view returns (bytes32)
0x8b352a94f4778ba7b05c493c8fea8cbfc387502a7b50ef562c5b59b805c8ce87
symbol() view returns (string)
HAUS
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
canMint(address account, uint256 allowedQuantity, bytes32[] proof) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelist(address account, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
quantityMinted(address) view returns (uint256)
remainingSupplyCache(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
devMint(uint256 quantity, uint256 allowedQuantity, bytes32[] proof)
loadRandomNumber()
mint(uint256 quantity, bytes32[] proof) payable
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddressMerkleRoot(bytes32 _merkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractStatus(uint8 status)
setQuantityMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AssignedTokenID(address indexed _for, uint256 _tokenID)
MintTokenCalled(address indexed _who, uint256 _quantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RandomnessFulfilled(bytes32 requestID)
RemainingSupply(uint256 supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _alMerkleRoot, bytes32 _quantityMerkleRoot, address vrfCoordinator, address linkTokenAddress, bytes32 kHash, string contractBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.