Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
No balances found for "HOTHS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20497150 | 3 months ago | | | 0 | 0.000089940142 | |
| 19897902 | 6 months ago | | | 0 | 0.00010095712 | |
| 19058053 | 10 months ago | | | 0 | 0.00028231919 | |
| 19058053 | 10 months ago | | | 0 | 0.00028231919 | |
| 19058053 | 10 months ago | | | 0 | 0.00025876151 | |
| 16874597 | 2 years ago | | | 0 | 0.00068960557 | |
| 16874551 | 2 years ago | | | 0 | 0.0015153946 | |
| 16704885 | 2 years ago | | | 0 | 0.00088550251 | |
| 16516867 | 2 years ago | | | 0 | 0.0024095250 | |
| 16440124 | 2 years ago | | | 0 | 0.0024095250 |
ABI
ABI objects
Getter at block 21205803
baseURI() view returns (string)
https://hootyowlsnft.com/api/treehouse/
freeMintAddonCost() view returns (uint256)
9000000000000000
maxFreeMintQuantityPerAddress() view returns (uint256)
0
maxFreeMintQuantityPerTx() view returns (uint256)
0
maxMintQuantityPerAddress() view returns (uint256)
20
maxMintQuantityPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
1850
merkleRootWL() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
HOTHS
owner() view returns (address)
0x19b66aa8334f467970f040acbcfb8464042abe09
paused() view returns (bool)
false
preRevealBaseURI() view returns (string)
https://hootyowlsnft.com/api/treehouse
promoPaused() view returns (bool)
true
revealed() view returns (bool)
true
standardCost() view returns (uint256)
9000000000000000
symbol() view returns (string)
HTH
totalSupply() view returns (uint256)
1688
uriSuffix() view returns (string)
.json
whitelistCost() view returns (uint256)
9000000000000000
whitelistPaused() view returns (bool)
true
zLargeCost() view returns (uint256)
0
zLargeQty() view returns (uint256)
0
zMediumCost() view returns (uint256)
0
zMediumQty() view returns (uint256)
0
zSmallCost() view returns (uint256)
0
zSmallQty() view returns (uint256)
0
zXLargeCost() view returns (uint256)
0
zXLargeQty() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWalletTokens(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
numberOfFreeMintsOnAddress(address) view returns (uint256)
numberOfMintsOnAddress(address) view returns (uint256)
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 _mintQuantity) payable
mintForAddress(uint256 _mintQuantity, address _receiver)
promoMint(uint256 _mintQuantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseURI)
setCosts(uint256 _standardCost, uint256 _freeMintAddonCost, uint256 _whitelistCost)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRootWL)
setMintBundles(uint256 _zSmallQty, uint256 _zSmallCost, uint256 _zMediumQty, uint256 _zMediumCost, uint256 _zLargeQty, uint256 _zLargeCost, uint256 _zXLargeQty, uint256 _zXLargeCost)
setPaused(bool _state, bool _promoState, bool _whitelistState)
setPreRevealBaseURI(string _preRevealBaseURI)
setRevealed(bool _state)
setUriSuffix(string _uriSuffix)
setmaxMintQuantitiesPerAddress(uint256 _maxFreeMintQuantityPerAddress, uint256 _maxMintQuantityPerAddress)
setmaxMintQuantitiesPerTx(uint256 _maxFreeMintQuantityPerTx, uint256 _maxMintQuantityPerTx)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintQuantity, bytes32[] _merkleProofWL) payable
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(string _tokenName, string _tokenSymbol, uint256 _standardCost, uint256 _freeMintAddonCost, uint256 _whitelistCost, uint256 _maxSupply, uint256 _maxFreeMintQuantityPerTx, uint256 _maxMintQuantityPerTx, uint256 _maxFreeMintQuantityPerAddress, uint256 _maxMintQuantityPerAddress, string _preRevealBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()