hobotown

Verified contract

Active on Ethereum with 22,032 txns
Deployed by via 0xb6964eba at 14888967
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $652.72
0xeacd3fc57720b432511b63bdd403f7e02d3dda484fce3d07a87a25c1e4516b28
0x12efb044f4e24f409486fdf9c46a5f805e97cd13899288a1902da67aa9fc8995
0x76977807093fdd89e2205366ec1ae1e1b59987c51244ed058e26412f7674c469
0xc6f0974f12e723233536be6eb5699092adb2724101191a838f0a5f9d8caf7485
0x5070c6b308a334d81ca0a15b203053ddeeb0f0f10ed36764c76ea8f50f4c8de8
0xa2a4231b2e3cff220ed260ac97c3d33fe2b14f02377c244a0eadb5edf2f001f0
0x9b1eddc14de655ad9ac5debbc87908a7ea963921695ded6d17092c37cbb78283
0x562c5b1ee463723557c810ff2b5fe78171168d27fb4fb18d76e0a8a4c166d574
0x365efd019fb3d44739672e474cd889342db98af4cac60daa87766cd912634e6c
0x53a59c4635f2711bef2a81789c86ee0ce2d79a23fccbf434d7983efa56b3613b

Functions
Getter at block 21282762
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmRkNrQDyez23Aheaq893sgGvRBswpmaU8JroY9ZDvLvKq/hidden.json
maxMintAmountPerTx(view returns (uint256)
1
maxMintAmountPerWallet(view returns (uint256)
1
maxSupply(view returns (uint256)
6900
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
hobotown
owner(view returns (address)
0xad05adcebce9afe6493dceb7aefb7f0fdfa41b74
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
HOBO
totalSupply(view returns (uint256)
6900
uriPrefix(view returns (string)
ipfs://QmRQ1ZC7swBDpChMxzsRzASWWBuLiDUtBMEdesgfDSzBSj/
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)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
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 _maxMintAmountPerTxuint256 _maxMintAmountPerWalletstring _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(