Howling Meta Wolves
Verified contract
Active on
Ethereum with 969 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Howling Meta Wolves"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19187738 | 10 months ago | | | 0 | 0.0041765573 | |
| 19066743 | 10 months ago | | | 0 | 0.00042293187 | |
| 19065829 | 10 months ago | | | 0 | 0.00047556763 | |
| 18612927 | a year ago | | | 0 | 0.00051770224 | |
| 18407961 | a year ago | | | 0 | 0.00050907757 | |
| 18259236 | a year ago | | | 0 | 0.00035751104 | |
| 17140862 | 2 years ago | | | 0 | 0.0014690208 | |
| 17081551 | 2 years ago | | | 0 | 0.0040496695 | |
| 16392856 | 2 years ago | | | 0 | 0.0012268619 | |
| 16312397 | 2 years ago | | | 0 | 0.00075581064 |
ABI
ABI objects
Getter at block 21307488
ALPHA_ONE_PRICE() view returns (uint256)
68000000000000000
GIVEAWAY_MINTED() view returns (uint256)
187
GIVEAWAY_NFT() view returns (uint256)
315
MAX_BY_MINT_IN_TRANSACTION_ALPHA() view returns (uint256)
3
MAX_BY_MINT_IN_TRANSACTION_SALE() view returns (uint256)
10
MAX_MINT_ALPHA() view returns (uint256)
3
MAX_MINT_SALE() view returns (uint256)
10
SALE_MINTED() view returns (uint256)
1385
SALE_NFT() view returns (uint256)
1825
SALE_PRICE() view returns (uint256)
34000000000000000
_baseTokenURI() view returns (string)
https://ax6.howlingmetawolves.com/get-meta-attributes/
alphaListOne() view returns (bytes32)
0xcbc93e03199c18ff789601c57ab482f6a7268b86505061837361a99aa3f8400f
alphaListOneEnable() view returns (bool)
false
alphaListTwo() view returns (bytes32)
0x0bfb4cb36d89953cd75e910d679ecccd7176e50f0c34009faa733af14ad64cd5
alphaListTwoEnable() view returns (bool)
false
name() view returns (string)
Howling Meta Wolves
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x5d52807955e65651290bd0bafc2ff87936b8f0ea
saleEnable() view returns (bool)
false
symbol() view returns (string)
HMW
totalSupply() view returns (uint256)
1572
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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)
users(address) view returns (uint256 salemint, uint256 alphalistonemint, uint256 alphalisttwolimit, uint256 alphalisttwomint)
State-modifying
Events AlphaMint(uint256 _count, bytes32[] merkleProof) payable
HMWMint(uint256 _count) payable
OmegaMint(uint256 _count, uint256 _limit, bytes32[] merkleProof) payable
approve(address to, uint256 tokenId)
giveaway(address _to, uint256 _count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAlphaListOneStatus(bool status)
setAlphaListTwoStatus(bool status)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setSaleStatus(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAlphaList(bytes32 newAlphaListOne, bytes32 newAlphaListTwo)
updateAlphaListOneMintLimit(uint256 newLimit)
updateAlphaListOnePrice(uint256 newPrice)
updateGiveawaySupply(uint256 newSupply)
updateMintLimitPerTransectionAlphaListOne(uint256 newLimit)
updateMintLimitPerTransectionSale(uint256 newLimit)
updateSaleMintLimit(uint256 newLimit)
updateSalePrice(uint256 newPrice)
updateSaleSupply(uint256 newSupply)
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.