The Narrator's Hut
Verified contract
Active on
Ethereum with 1,572 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,153.98)
Native
Value
$2,153.98
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.6 | $3,589.97 |
$2,153.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20483514 | 4 months ago | | | 0 | 0.00025609254 | |
| 20203540 | 5 months ago | | | 0 | 0.00016329899 | |
| 20178204 | 5 months ago | | | 0 | 0.00043769726 | |
| 19822512 | 7 months ago | | | 0 | 0.00012929240 | |
| 19431486 | 9 months ago | | | 0 | 0.0021837215 | |
| 18541443 | a year ago | | | 0 | 0.0018926478 | |
| 18436971 | a year ago | | | 0 | 0.0020097619 | |
| 17873067 | a year ago | | | 0 | 0.0015583245 | |
| 17391222 | a year ago | | | 0 | 0.0010268208 | |
| 17368473 | a year ago | | | 0 | 0.0013921351 |
ABI
ABI objects
Getter at block 21295111
getBaseURI() view returns (string)
https://cryptocoven.xyz/api/hut/artifacts/metadata
isSaleActive() view returns (bool)
true
metadataContractAddress() view returns (address)
0x5b25c96ab32ea30504494c0b812f93d6d2d5ce00
name() view returns (string)
The Narrator's Hut
narratorAddress() view returns (address)
0x1cca4e4dd174750dff60670da08f410665d49a1f
owner() view returns (address)
0xac9d54ca08740a608b6c474e5ca07d51ca8117fa
symbol() view returns (string)
HUT
totalSupply() view returns (uint256)
2958
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getArtifactForToken(uint256 tokenId) view returns (struct ArtifactManifestation)
getTokenIdForArtifact(address addr, uint48 artifactId, uint48 witchId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(struct MintInput mintInput) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setIsOpenSeaConduitActive(bool _isOpenSeaConduitActive)
setIsSaleActive(bool _status)
setMetadataContractAddress(address _metadataContractAddress)
setNarratorAddress(address _narratorAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawToken(address token)
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(address _metadataContractAddress, address _narratorAddress, string _baseURI)
This contract contains no fallback and receive objects.
ArtifactCapReached()
ArtifactIsNotMintable()
IncorrectPaymentReceived()
InvalidMintSignature()
InvalidNarratorAddress()
MintSignatureHasExpired()
PaymentBalanceZero()
PaymentUnsuccessful(bytes result)
RoyaltiesQueryForNonexistentToken()
SaleIsNotActive()
TokenURIQueryForNonexistentToken()