Crypto Hobos Pet Partners
Verified contract
Active on
Ethereum with 0 txns
The storage layout for this contract could not be retrieved.
No balances found for "Crypto Hobos Pet Partners"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Crypto Hobos Pet Partners"
ABI
ABI objects
Getter at block 21329160
MAX_MINTING_TOKENS_ON_TRANSACTION() view returns (uint256)
20
currentTokenPrice() view returns (uint256)
100000000000000000
hasClaimStarted() view returns (bool)
false
hasMintStarted() view returns (bool)
false
hobosMaxSupply() view returns (uint256)
8000
lastPublicMintId() view returns (uint256)
10094
name() view returns (string)
Crypto Hobos Pet Partners
owner() view returns (address)
0xa57cbab4bf1e1fb14cd375c5c374198df6d69db2
publicMintIssuedNum() view returns (uint256)
0
publicMintSupplyLeft() view returns (uint256)
3906
reservedTokensLeft() view returns (uint256)
94
symbol() view returns (string)
CryptoHobosPetPartners
totalSupply() view returns (uint256)
2567
Read-only
balanceOf(address owner) view returns (uint256)
checkClaimPossibility(uint256 id) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnerHoboIds(address _owner) view returns (uint256[])
getPossibleIds(address _owner) view returns (uint256[])
hoboOwnershipCheck(uint256 id) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
petMintedCheck(uint256 id) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 id) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claimPet(uint256 id)
claimPets(uint256 _amount)
mintPet(uint256 count) payable
mintReservedPetTo(address to, uint256 count)
pauseClaim()
pauseMint()
playClaim()
playMint()
reduceSupply(uint256 supply)
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)
setHoboAddr(address hoboAddr)
setMaxMintingTokensOnTransaction(uint256 count)
setPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount) payable
withdrawTo(address to, uint256 amount) payable
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 baseURI, address hoboAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.