House OF The Dead
Verified contract
Active on
Ethereum with 4,234 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 "House OF The Dead"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18902764 | a year ago | | | 0 | 0.00054063214 | |
| 18386832 | a year ago | | | 0 | 0.00038669640 | |
| 18034318 | a year ago | | | 0 | 0.00061367176 | |
| 16688901 | 2 years ago | | | 0 | 0.0012881276 | |
| 16686229 | 2 years ago | | | 0 | 0.0020315711 | |
| 16668076 | 2 years ago | | | 0 | 0.0011648736 | |
| 16632034 | 2 years ago | | | 0 | 0.0010360643 | |
| 16328400 | 2 years ago | | | 0 | 0.0014633285 | |
| 16309325 | 2 years ago | | | 0 | 0.00076691700 | |
| 16274226 | 2 years ago | | | 0 | 0.00071677739 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
mint(uint256 count) 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 uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
toggleMint()
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()