Hush Puppies
Verified contract
Active on
Ethereum with 1,790 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 "Hush Puppies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20707229 | 2 months ago | | | 0 | 0.000098422046 | |
| 20582423 | 3 months ago | | | 0 | 0.000065171649 | |
| 20553741 | 3 months ago | | | 0 | 0.000051010440 | |
| 20185147 | 5 months ago | | | 0 | 0.00039273459 | |
| 20177835 | 5 months ago | | | 0 | 0.00038329957 | |
| 19938914 | 6 months ago | | | 0 | 0.00019042663 | |
| 19873715 | 6 months ago | | | 0 | 0.00017658608 | |
| 19592960 | 7 months ago | | | 0 | 0.00031479934 | |
| 19592955 | 7 months ago | | | 0 | 0.00026433193 | |
| 19550298 | 7 months ago | | | 0 | 0.00051374910 |
ABI
ABI objects
Getter at block 21184468
getPricePublic() view returns (uint256)
0
getPriceWL() view returns (uint256)
0
isRevealed() view returns (bool)
true
maxPerTx() view returns (uint256)
10
maxPerWalletFree() view returns (uint256)
3
maxPerWalletWL() view returns (uint256)
10
maxSupply() view returns (uint256)
7777
merkleRootFree() view returns (bytes32)
0x3b7c7945c7658b6674319029c9aa85902c04924ed5b4b7a35b8c69d2b3b9a8d1
merkleRootWL() view returns (bytes32)
0x586d77c930d021bdc59f8f73f1a2138f36aa7a98964b6ef3c66e6749ba9ef03d
name() view returns (string)
Hush Puppies
owner() view returns (address)
0x41d4bca4a5ad1bbe875d2bb362e117c0ebcc03c2
paused() view returns (bool)
false
provenance() view returns (string)
qtyFree() view returns (uint256)
2222
remaining() view returns (uint256)
0
saleStatus() view returns (uint256)
2
symbol() view returns (string)
HP
totalSupply() view returns (uint256)
7777
uriNotRevealed() view returns (string)
ipfs://QmZkHVyXCN3XbDeGCRoMMSFXoEMNqySamQmw8ehLLEj9gg
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeFree(uint256 _free)
closeMinting()
flipPaused()
flipRevealed(string _URI)
mintFree(uint256 qty, bytes32[] proof)
mintGiveaway(address _to, uint256 qty)
mintPublic(uint256 qty) payable
mintWL(uint256 qty, bytes32[] proof) 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 _URI)
setMaxPerTx(uint256 _newMax)
setMerkleRootFree(bytes32 _merkleRoot)
setMerkleRootWL(bytes32 _merkleRoot)
setPricePublic(uint256 _newPrice)
setPriceWL(uint256 _newPrice)
setProvenanceHash(string _provenance)
setSaleStatus(uint256 _saleStatus)
setUriNotRevealed(string _URI)
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)
Minted(address caller)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()