WickedHounds
Verified contract
Active on
Ethereum with 13,849 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270600 | 6 hours ago | | | 0 | 0.00042703681 | |
| 21202148 | 10 days ago | | | 0 | 0.00068546868 | |
| 21176869 | 13 days ago | | | 0 | 0.00091724125 | |
| 21050166 | a month ago | | | 0 | 0.00058379802 | |
| 21045435 | a month ago | | | 0 | 0.00025735104 | |
| 21024643 | a month ago | | | 0 | 0.00035710977 | |
| 21008806 | a month ago | | | 0 | 0.00042995475 | |
| 20963081 | a month ago | | | 0 | 0.00066113437 | |
| 20949241 | a month ago | | | 0 | 0.00047851338 | |
| 20899364 | 2 months ago | | | 0 | 0.00023463047 |
ABI
ABI objects
Getter at block 21272355
BUYABLE_SUPPLY() view returns (uint256)
1000
WICKED_APES() view returns (address)
0xbe6e3669464e7db1e1528212f0bff5039461cb82
baseURI() view returns (string)
bought() view returns (uint256)
1000
folder() view returns (string)
QmNrAoUPUJbqM5LGZy3p4HWHcXbWJ5ey8x8NBtNVMqat3u
locked() view returns (bool)
false
mintAmount() view returns (uint256)
3
mintPrice() view returns (uint256)
125000000000000000
name() view returns (string)
Wicked Hounds
open() view returns (bool)
false
openFree() view returns (bool)
false
owner() view returns (address)
0x668c9526f93addfa5e69e5bd93fb600b08bfc25f
provenance() view returns (string)
provenanceURI() view returns (string)
symbol() view returns (string)
WKDHND
totalSupply() view returns (uint256)
11111
Read-only
balanceOf(address owner) view returns (uint256)
freeMints(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 quantity) view returns (uint256)
getQuantityFromValue(uint256 value) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
seen(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
emergencyWithdraw()
lock()
mint(uint256 quantity) payable
mintFree()
ownerMint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFolder(string _folder)
setIpfsURI(string _ipfsUri)
setMintAmount(uint256 amount)
setMintPrice(uint256 price)
setOpen(bool shouldOpen)
setOpenFree(bool shouldOpen)
setProvenance(string _provenance)
setProvenanceURI(string _provenanceURI)
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.
This contract contains no error objects.