This contract is being backfilled. You may encounter incomplete storage history.

House OF The Dead

Verified contract

Active on Ethereum with 4,234 txns
Deployed by via 0x77455228 at 15512906
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "House OF The Dead"

0x55ec9b0fc5a1d68596fbc05367cd46fad2485de77b32f8543166301098248da9
From
0x17459fefc7ff6d546a110e3949c9f8ba37e191182bf12811bc1e4fefbffc953b
From
0x74bd5c1507a6af62f1afcdfeb04692ac6d9b30587614c8ce9ffe882e354ac249
0x06044a34e28f696a35a6f19baabf02538e11b27c0bcd210a0e8576063e0dc193
0xba71a07157cb905fd211b60917940ee6697798386fc10a3eeb0f71e1c0e6ba97
0x026b9c99809ca66808f974f61b15f16c92632f1b4f8a50261dc557a6d83311b1
0xb1e2ae1a4521fdb6884429ff7d58773c8039466eea2d0c6592cc5a009e626333
0xf924f6c81cf537255c9c014a394fd0e61c4dd8c82da80186991498459691d3e7
0x989969783f7cd39c7d79359f2c75c86ecd17dea7b1d8d7915f143e3c589509ce
From
0x5c44e9dc723c6e89993bbee1a7090c7a1d94607cbfb84407b5dd37e0f46239df

Functions
Getter at block 21214514
maxFreePerWallet(view returns (uint256)
1
maxPerTx(view returns (uint256)
50
maxSupply(view returns (uint256)
5000
mintEnabled(view returns (bool)
true
name(view returns (string)
House OF The Dead
owner(view returns (address)
0x33517103e74910c88971d906337744277b2e1b3b
price(view returns (uint256)
500000000000000
symbol(view returns (string)
HOTD
totalFree(view returns (uint256)
5000
totalFreeMinted(view returns (uint256)
2519
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
toggleMint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(