HilariousHuskies
Verified contract
Active on
Ethereum with 189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "HilariousHuskies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18881510 | a year ago | | | 0 | 0.0010006592 | |
| 18090058 | a year ago | | | 0 | 0.0014956001 | |
| 17428539 | 2 years ago | | | 0 | 0.00083517091 | |
| 17428526 | 2 years ago | | | 0 | 0.00085880865 | |
| 16492077 | 2 years ago | | | 0 | 0.0020726187 | |
| 15383248 | 2 years ago | | | 0 | 0.00012691800 | |
| 15197161 | 2 years ago | | | 0 | 0.00034839986 | |
| 15197081 | 2 years ago | | | 0 | 0.00029972915 | |
| 15197079 | 2 years ago | | | 0 | 0.00034614000 | |
| 15197073 | 2 years ago | | | 0 | 0.0012273834 |
ABI
ABI objects
Getter at block 21430205
HUSKY_PROVENANCE() view returns (string)
72357D71A5BAAE8E7441018440658678B72893E86F7BC4421FD4F45921E323EB
MAX_TOKENS() view returns (uint256)
3000
MAX_TOKENS_PER_PURCHASE() view returns (uint256)
20
baseURI() view returns (string)
https://huskystudios.ams3.cdn.digitaloceanspaces.com/hilarioushuskies/metadata/
getPrice() view returns (uint256)
5000000000000000
isSaleActive() view returns (bool)
true
name() view returns (string)
HilariousHuskies
owner() view returns (address)
0xccb6d1e4acec2373077cb4a6151b1506f873a1a5
symbol() view returns (string)
HUSK
totalSupply() view returns (uint256)
362
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensByOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleStatus()
mint(uint256 _count) payable
renounceOwnership()
reserveTokens(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setPrice(uint256 _newPrice)
setProvenanceHash(string _provenanceHash)
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)
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.