HoboKids

Verified contract

Active on Ethereum with 630 txns
Deployed by via 0xae5634d0 at 14895382
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "HoboKids"

0x6d3206751e9c4923a16cdd83bbca3b9a588aef2646bc0f3bb1a070ae2744f57a
From
0x3f73345148bc505dbb2c684797fefd8870bef8855d11c90c1eebe3ddff69b177
0x9682959a0257723079240276b57a53995066a0b33e902a0420c1e2927a61c751
0xef49ee10deea398d803bd192a1a4b83fe2f2c9db1912a1877b9e9fed7a647851
0xa01499b2824a828cdebaffaf41a9844f4bb133239c0cbcb5aa611ae16805363f
0xfa9ec867f8288744b76b9c59766364b1ff2036501b3af6a5d7d605804c5b051e
0xf457571517252ed770e9b6f2fccfba65d8222916c976a4106315af158dec14f9
0xc3ad1ce13fdb7f213b0555e82a07faab7ba3a808e3cbc40ef1a662d4a6aab3e9
0x6a4822e5062be43b62452c9a363b8309bca5c52e25293c563045ced5f9d87c67
0x843b7513d6c97df9bdfc202ed45be9a47ab2f8da14a55cdb272f265ab5af6dc4

Functions
Getter at block 21061195
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
5
maxMintAmountPerWallet(view returns (uint256)
5
maxSupply(view returns (uint256)
2222
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
HoboKids
owner(view returns (address)
0x2450c62ce759f8a827cd26fc32cc9b051fa9e4ed
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
HBKDS
totalSupply(view returns (uint256)
2222
uriPrefix(view returns (string)
ipfs://Qme9BCKgfmdPErm7oS3bWsEx7Q2dhWgH8S3D8opsCLfZLZ/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletMintCount(addressview returns (uint256)
whitelistClaimed(addressview returns (bool)
whitelistWalletMintCount(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(