House of The Death Angels
Verified contract
Active on
Ethereum with 3,922 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf81d…6bb4
Balances ($0.12)
Native
Value
$0.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000033 | $3,589.53 |
$0.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18962151 | a year ago | | | 0 | 0.00066151525 | |
| 18234116 | a year ago | | | 0 | 0.00052058969 | |
| 18100600 | a year ago | | | 0 | 0.0010083060 | |
| 18034312 | a year ago | | | 0 | 0.00061039314 | |
| 17515969 | a year ago | | | 0 | 0.0021374931 | |
| 17515912 | a year ago | | | 0 | 0.0012055185 | |
| 16916736 | 2 years ago | | | 0 | 0.00070650707 | |
| 16690662 | 2 years ago | | | 0 | 0.0011680166 | |
| 16686146 | 2 years ago | | | 0 | 0.0017051562 | |
| 16683412 | 2 years ago | | | 0 | 0.0011281778 |
ABI
ABI objects
Getter at block 21297067
HOTD() view returns (address)
0xf81dcdadd9461bf0dd6444875b1767e90f3a6bb4
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeid5egxsf4ofnwqw6tlicztbrlddh2ek3bp3zotlkssn4rgksw4rva/
maxPublic() view returns (uint256)
2
maxSupply() view returns (uint256)
10000
name() view returns (string)
House of The Death Angels
owner() view returns (address)
0x33517103e74910c88971d906337744277b2e1b3b
paused() view returns (bool)
false
publicCost() view returns (uint256)
0
symbol() view returns (string)
HOTDA
totalBurned() view returns (uint256)
1
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
holdersMint(address) view returns (uint256)
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)
burn(uint256 tokenId)
changeAddress(address _HOTD)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _publicCost)
setMax(uint256 _public)
setPaused(bool _state)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()