Hitch Hiker of Star
Verified contract
Active on
Ethereum with 953 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional
variables
Balances ($13,278.91)
Native
Value
$13,278.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.19 | $3,169.19 |
$13,278.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18895857 | a year ago | | | 0 | 0.00041783617 | |
| 18856220 | a year ago | | | 0 | 0.00071415540 | |
| 18856219 | a year ago | | | 0 | 0.00071168580 | |
| 18398220 | a year ago | | | 0 | 0.00032579408 | |
| 18395180 | a year ago | | | 0 | 0.00043533721 | |
| 18169651 | a year ago | | | 0 | 0.00029012925 | |
| 18026734 | a year ago | | | 0 | 0.00080249891 | |
| 17996436 | a year ago | | | 0 | 0.00063829823 | |
| 17599884 | a year ago | | | 0 | 0.0016588897 | |
| 17550000 | a year ago | | | 0 | 0.00070390472 |
ABI
ABI objects
Getter at block 21218367 getFreeMintCriteria() view returns (address[])
blocksPerHalfHour() view returns (uint256)
1
cryptoPunksAddress() view returns (address)
0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb
decayFactor() view returns (uint256)
5000000000000000
dutchAuctionBaseTokenURI() view returns (string)
ipfs://QmQGG9JijR9FywgUXg6UxcfQc7pPnriXJVmDTXfgX4UXF3/
dutchAuctionFloorPrice() view returns (uint256)
120000000000000000
dutchAuctionInitialPrice() view returns (uint256)
1880000000000000000
dutchAuctionMintEndTime() view returns (uint256)
1655735235
dutchAuctionMintMaxAmount() view returns (uint256)
800
dutchAuctionMinted() view returns (uint256)
10
dutchAuctionStartBlockNumber() view returns (uint256)
14996687
freeMintBaseTokenURI() view returns (string)
ipfs://QmSZj4yRJe48AEgCj24E6BJbuDebtF65TQM9vMugEgK85n/
freeMintEndTime() view returns (uint256)
1655562497
freeMintMaxAmount() view returns (uint256)
550
freeMinted() view returns (uint256)
125
getDutchMintPrice() view returns (uint256 mintPrice)
120000000000000000
maxMintAmount() view returns (uint256)
3550
merkleRoot() view returns (bytes32)
0x8e9981d3ed20fdbb2a37499ff5881c07796a599ecc54e1c7461eb5e177dadff6
name() view returns (string)
Hitch Hiker of Star
owner() view returns (address)
0x91d62fb5f6da749fe520f32b7f411f277098f8b1
placeholderTokenURI() view returns (string)
ipfs://QmXiEyGbBXjDNkUcEn2zXeKSv3Sdk67tPYWZpbk9zFc7tN
preMintAmount() view returns (uint256)
2000
preMintRemaining() view returns (uint256)
2000
remainingAmount() view returns (uint256)
3311
symbol() view returns (string)
HHoS
totalMinted() view returns (uint256)
239
totalSupply() view returns (uint256)
5550
whiteListMintBaseTokenURI() view returns (string)
ipfs://QmUVstZZC2f8ockNiAQgGPX7NsbUdkjXLM4GuE5w5CaT42/
whiteListMintEndTime() view returns (uint256)
1656190973
whiteListMintMaxAmount() view returns (uint256)
2200
whiteListMintPrice() view returns (uint256)
80000000000000000
whiteListMinted() view returns (uint256)
104
Read-only
balanceOf(address owner) view returns (uint256)
freeMintClaimed(bytes32) view returns (bool)
freeMintCriteria(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getFreeMintRemaining(address who) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isFreeMintCriteria(address) view returns (bool)
isFreeWhiteList(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalClaimed(address) view returns (uint256)
whiteListClaimed(address) view returns (bool)
State-modifying
Events addFreeMintCriteria(address[] criteria)
approve(address to, uint256 tokenId)
delFreeMintCriteria(uint256 index)
dutchAuctionMint(address to, uint256 amount) payable
freeMint(address to, address asset, uint256 tokenId)
mintRemaining(address to, uint256 amount)
preMint(address to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBlocksPerHalfHour(uint256 blocks)
setCryptoPunksAddress(address _cryptoPunksAddress)
setDecayFactor(uint256 factor)
setDutchAuctionBaseTokenURI(string _baseUri)
setDutchAuctionMintMaxAmount(uint256 amount)
setFreeMintBaseTokenURI(string _baseUri)
setFreeMintMaxAmount(uint256 amount)
setFreeWhiteList(address[] list)
setPlaceholderTokenURI(string placeholder)
setPreMintAmount(uint256 amount)
setWhiteListMintBaseTokenURI(string _baseUri)
setWhiteListMintMaxAmount(uint256 amount)
startDutchAuctionMint(uint256 duration, uint256 initialPrice, uint256 floorPrice)
startFreeMint(uint256 duration)
startWhiteListMint(uint256 duration, uint256 mintPrice, bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(address to, uint256 amount, bytes32[] merkleProof) payable
withdraw(address to, uint256 amount)
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 name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
Error_AlreadyClaimed()
Error_InsufficientFunds()
Error_InvalidAsset()
Error_InvalidMerkleProof()
Error_InvalidMintTime()
Error_MintCriteriaNotSet()
Error_MintExcessAllowance()
Error_NotOwner()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()