MoonHowlers
Verified contract
Active on
Ethereum with 144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x239a…06d0
0xe389…0020
Balances ($0.00)
No balances found for "MoonHowlers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20249020 | 5 months ago | | | 0 | 0.00014512222 | |
| 16756048 | 2 years ago | | | 0 | 0.0015619668 | |
| 16747404 | 2 years ago | | | 0 | 0.0032557491 | |
| 16609836 | 2 years ago | | | 0 | 0.0094933787 | |
| 16607232 | 2 years ago | | | 0 | 0.0042473032 | |
| 16602593 | 2 years ago | | | 0 | 0.0089526420 | |
| 16593308 | 2 years ago | | | 0 | 0.26701753 | |
| 16593045 | 2 years ago | | | 0 | 0.28219965 | |
| 16592925 | 2 years ago | | | 0 | 0.13793005 | |
| 16592814 | 2 years ago | | | 0 | 0.23584376 |
ABI
ABI objects
Getter at block 21284481
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
ERC712_VERSION() view returns (string)
1
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
expiresAt() view returns (uint256)
1681844400
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getMintState() view returns (struct MoonHowlersMintState)
(1674072000, 1681844400, 349)
isLive() view returns (bool)
false
liveAt() view returns (uint256)
1674072000
moonshineContract() view returns (address)
0xe389163255daa8c6c828b32a0e6d5ce87d4f0020
moonshinersContract() view returns (address)
0x239adeeed414d163214d9b8a563c862dcf2206d0
name() view returns (string)
MoonHowlers
owner() view returns (address)
0xb5164865b185acbb02710d36f18b6513409b8ef5
symbol() view returns (string)
MOONHW
totalSupply() view returns (uint256)
349
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events adminMint(address _to, uint256 _amount)
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint(uint256[] _moonshinersTokenIds, uint256[] _moonshineTokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setMintWindow(uint256 _liveAt, uint256 _expiresAt)
transferFrom(address from, address to, uint256 tokenId) payable
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)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _moonshinersContract, address _moonshineContract)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()