witchhunters
Verified contract
Active on
Ethereum with 2,792 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.93)
Native
Value
$1.93
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0006 | $3,210.49 |
$1.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19891712 | 6 months ago | | | 0 | 0.00017291025 | |
| 19891166 | 6 months ago | | | 0 | 0.00026697062 | |
| 16291335 | 2 years ago | | | 0 | 0.00043255602 | |
| 16291298 | 2 years ago | | | 0 | 0.00079192856 | |
| 15876303 | 2 years ago | | | 0 | 0.0012274463 | |
| 15743311 | 2 years ago | | | 0 | 0.00033633371 | |
| 15435123 | 2 years ago | | | 0 | 0.00091853560 | |
| 15425942 | 2 years ago | | | 0 | 0.00023584597 | |
| 15313256 | 2 years ago | | | 0 | 0.00018998102 | |
| 15169974 | 2 years ago | | | 0 | 0.00091631809 |
ABI
ABI objects
Getter at block 21161454
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
maxPerTx() view returns (uint256)
2
maxPerWallet() view returns (uint256)
6
maxSupply() view returns (uint256)
5555
name() view returns (string)
witchhunters
owner() view returns (address)
0x598f17bc633419042820de569aac9288ebc75571
symbol() view returns (string)
WITCHHUNTER
totalSupply() view returns (uint256)
5340
unrevealedTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmcButE5XZjBxvGq2buPc48vgskr2LNR31ar4LRrjqdBen
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 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()