Hustlers MarketPass
Verified contract
Active on
Ethereum with 646 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Hustlers MarketPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20583537 | 4 months ago | | | 0 | 0.000061504650 | |
| 19948120 | 7 months ago | | | 0 | 0.00026850616 | |
| 19833374 | 7 months ago | | | 0 | 0.00033483806 | |
| 19594082 | 8 months ago | | | 0 | 0.00050720480 | |
| 18929283 | a year ago | | | 0 | 0.0010306017 | |
| 18045355 | a year ago | | | 0 | 0.00030680011 | |
| 17479748 | 2 years ago | | | 0 | 0.00088277157 | |
| 17472687 | 2 years ago | | | 0 | 0.0011491397 | |
| 16799796 | 2 years ago | | | 0 | 0.0011110144 | |
| 16783891 | 2 years ago | | | 0 | 0.00063745244 |
ABI
ABI objects
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(address) view returns (uint8)
NFTPerWLAddress(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxNftLimitPerAddress(uint8 _limit)
setPaused()
setUriPrefix(string _uriPrefix)
setWLPaused()
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint8 _mintAmount, bytes32[] merkleProof)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()