The House Of Insomnia
Verified contract
Active on
Ethereum with 326 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15,208.86)
Native
Value
$15,208.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.41 | $3,448.72 |
$15,208.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18853912 | a year ago | | | 0 | 0.00088564853 | |
| 18495953 | a year ago | | | 0 | 0.00063675382 | |
| 16851686 | 2 years ago | | | 0 | 0.00079794621 | |
| 16851680 | 2 years ago | | | 0 | 0.00097353226 | |
| 16851677 | 2 years ago | | | 0 | 0.0015054853 | |
| 16716295 | 2 years ago | | | 0 | 0.0010113961 | |
| 16716140 | 2 years ago | | | 0 | 0.00094845414 | |
| 16711238 | 2 years ago | | | 0 | 0.00087264442 | |
| 16707053 | 2 years ago | | | 0 | 0.00084657164 | |
| 16682210 | 2 years ago | | | 0 | 0.0068346625 |
ABI
ABI objects
Getter at block 21265692
collectionSize() view returns (uint256)
1000
isSaleOn() view returns (bool)
true
name() view returns (string)
The House Of Insomnia
owner() view returns (address)
0x3aa2f6128a5dbb977d9b6fd65a14efb0ade7829c
reservedTokens() view returns (uint256)
100
reservedTokensMinted() view returns (uint256)
100
revealed() view returns (bool)
true
saleConfig() view returns (uint32 startTime, uint32 endTime, uint64 price)
(startTime=1657314000, endTime=0, price=0)
symbol() view returns (string)
THOI
totalSupply() view returns (uint256)
472
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberClaimed(address) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintToken(uint256 quantity) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPlaceholderUri(string placeholderTokenUri)
setSaleConfig(uint32 startTime, uint32 endTime, uint64 priceWei)
teamMint(uint256 quantity) payable
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()