Hustlers MarketPass

Verified contract

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

No balances found for "Hustlers MarketPass"

0xe3b89f90c13c2ac0f6c981dc4c1f4743abb4c3010d60d447c4476d7bfa6d7182
0xd231aeff22505189b1113ca1c3993063115a919a2d4cffcb1ddb5d4794ef3a25
0x1259c5bbc113226884b0240a15383de1d1103f9c58074e66d0440046043dfa1a
0x4a3080f2a790cdaf81473d0fb308217ed8c3c4973c9c0d032baaf0a12d193b4c
0xf64454698c16617099a0a14aa58342020c39f5b3b4cb080c8082538c87fceb03
0x1cf7383a7009d08065593c82ec750b013dc5455123fe2bec098bdad73f0b5d5b
0x2075505f7c60fcf1b29e72b5676590508da547293d7183802b5a877831f08556
0x105e01dd7a692e00fe8fd080dc2b0f960388acaccc584cc7f3fd7774a9384088
0x4dbfe4ae68eecd1da41ee8353550f43bedb3b2e798d2e8e33fc3dd816961dc54
0xd054f830dfda3a3da99ccd88ddf585fc520119024bb3729286f6f3764a166d50

Functions
Getter at block 21435607
WLpaused(view returns (bool)
true
maxMintAmountPerWallet(view returns (uint8)
1
maxSupply(view returns (uint16)
8000
name(view returns (string)
Hustlers MarketPass
owner(view returns (address)
0x5f61112e065076c77355519745e86cb0cf17cf08
paused(view returns (bool)
true
symbol(view returns (string)
Hustlers MarketPass
totalSupply(view returns (uint256)
516
whitelistMerkleRoot(view returns (bytes32)
0x7e00bf1322941382c1009b87d1a7b45c9d2da6100a02cc608f41c183c7153a63
Read-only
NFTPerAddress(addressview returns (uint8)
NFTPerWLAddress(addressview returns (uint8)
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)
State-modifying
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMaxNftLimitPerAddress(uint8 _limit
setPaused(
setUriPrefix(string _uriPrefix
setWLPaused(
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint8 _mintAmountbytes32[] merkleProof
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(
Fallback and receive

This contract contains no fallback and receive objects.

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