howlerz mfers
Verified contract
Active on
Ethereum with 168 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "howlerz mfers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14540901 | 3 years ago | | | 0 | 0.0011950060 | |
| 14347393 | 3 years ago | | | 0 | 0.0023408003 | |
| 14347391 | 3 years ago | | | 0 | 0.0017443350 | |
| 14303087 | 3 years ago | | | 0 | 0.0036609186 | |
| 14302615 | 3 years ago | | | 0.16 | 0.0047999093 | |
| 14302612 | 3 years ago | | | 0.4 | 0.0093620700 | |
| 14302610 | 3 years ago | | | 0.4 | 0.0093620700 | |
| 14283696 | 3 years ago | | | 0 | 0.0016383071 | |
| 14278999 | 3 years ago | | | 0 | 0.0028204174 | |
| 14278872 | 3 years ago | | | 0 | 0.0012378841 |
ABI
ABI objects
Getter at block 21214613
FREE_SUPPLY() view returns (uint256)
500
MAX_QTY() view returns (uint256)
5555
MintedAmount() view returns (uint256)
820
PRICE() view returns (uint256)
20000000000000000
QTY_PER_MINT() view returns (uint256)
20
canRenounceOwnership() view returns (bool)
false
name() view returns (string)
howlerz mfers
owner() view returns (address)
0x7acd086a7536f7cdeda677157042b49e720a042f
paused() view returns (bool)
false
revealed() view returns (bool)
false
saleLive() view returns (bool)
true
symbol() view returns (string)
MFHOWL
totalReleased() view returns (uint256)
7600000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
820
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)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setCanRenounceOwnership(bool _state)
setNotRevealedURI(string _notRevealedURI)
setPaused(bool _state)
setRevealed(bool _state)
setSaleLive(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawSplit()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _notRevealedUri)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()