hauntedzone
Verified contract
Active on
Ethereum with 2,332 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.51)
Native
Value
$2.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $2,508.38 |
$2.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17515955 | a year ago | | | 0 | 0.0016398724 | |
| 16952131 | 2 years ago | | | 0 | 0.0010113808 | |
| 16952131 | 2 years ago | | | 0 | 0.0010131997 | |
| 16952131 | 2 years ago | | | 0 | 0.0010119005 | |
| 15913466 | 2 years ago | | | 0 | 0.00056425424 | |
| 15865294 | 2 years ago | | | 0 | 0.00044786090 | |
| 15865293 | 2 years ago | | | 0 | 0.00040878467 | |
| 15865289 | 2 years ago | | | 0 | 0.00039314302 | |
| 15846984 | 2 years ago | | | 0 | 0.00035015985 | |
| 15830082 | 2 years ago | | | 0 | 0.00051473210 |
ABI
ABI objects
Getter at block 21098426
MAX_PER_Transaction() view returns (uint256)
1
MAX_PER_WALLET() view returns (uint256)
1
PRICE() view returns (uint256)
0
getStatus() view returns (bool)
true
maxSupply() view returns (uint256)
1500
name() view returns (string)
hauntedzone
owner() view returns (address)
0x3cc8363b104e667e86e83d5c1a4bc8307385f661
status() view returns (bool)
true
symbol() view returns (string)
HauntedZone
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(uint256 _quantity) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicClaimedBy(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
divMint(address sendTo, uint256 quantity)
getMAX_PER_Transaction(uint256 q)
getMAX_PER_WALLET(uint256 q)
getMintPrice(uint256 _newPrice)
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)
setBaseURI(string baseURI)
setStatus(bool _status)
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()