Hustlers Of Wall Street
Verified contract
Active on
Ethereum with 6,236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Hustlers Of Wall Street"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289181 | 3 days ago | | | 0 | 0.00026278354 | |
| 21206939 | 14 days ago | | | 0 | 0.00041987696 | |
| 21165693 | 20 days ago | | | 0 | 0.0023501394 | |
| 20987092 | a month ago | | | 0 | 0.00076095796 | |
| 20987092 | a month ago | | | 0 | 0.00076359614 | |
| 20906712 | 2 months ago | | | 0 | 0.00040678985 | |
| 20720980 | 3 months ago | | | 0 | 0.00079786328 | |
| 20585102 | 3 months ago | | | 0 | 0.00016784134 | |
| 20401324 | 4 months ago | | | 0 | 0.00010925435 | |
| 20106123 | 6 months ago | | | 0 | 0.00027302045 |
ABI
ABI objects
Getter at block 21310128
MAXIMUM_GIFT() view returns (uint256)
7777
MAXIMUM_MINT() view returns (uint256)
7
MAXIMUM_SUPPLY() view returns (uint256)
7777
allowedGiftLimit() pure returns (uint256)
7777
baseURI() view returns (string)
ipfs://QmYunaPTWtdbXKWrhB2izMmZVUnifEV9RphedHMbaubWbr/
getPrice() pure returns (uint256)
150000000000000000
getSaleStatus() view returns (uint8)
0
giftCount() view returns (uint256)
762
isRevealed() view returns (bool)
true
merkleRootPrivate() view returns (bytes32)
0x4b0d4d5b6882b91598a023a238a31f1aa5eb5de15bdd88f4c5e323f6047d8822
merkleRootRaffle() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Hustlers Of Wall Street
notRevealedUri() view returns (string)
ipfs://QmbgMkrhrsaZYsRmtNBHFdjhusPwTDgeqfMtTx5XztKkve
owner() view returns (address)
0x5f61112e065076c77355519745e86cb0cf17cf08
privateSalePrice() pure returns (uint256)
100000000000000000
publicSaleLimit() pure returns (uint256)
7777
raffleMode() view returns (bool)
false
symbol() view returns (string)
HWS
totalSupply() view returns (uint256)
4444
whitelistSoldOut() view returns (bool)
true
workflow() view returns (uint8)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasOnRaffle(bytes32[] _merkleProof) view returns (bool)
hasWhitelist(bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensPerWalletRaffle(address) view returns (uint256)
tokensPerWalletWhitelist(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
closePresale()
gift(uint256 _mintAmount)
presaleMint(uint256 ammount, bytes32[] _merkleProof) payable
publicSaleMint(uint256 ammount, bytes32[] _merkleProof) payable
renounceOwnership()
restart()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRootPrivate(bytes32 root)
setMerkleRootRaffle(bytes32 root)
setNotRevealedURI(string _notRevealedURI)
setUpPresale()
setUpSale()
switchRaffleMode()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangeBaseURI(string _baseURI)
ChangeIsBurnEnabled(bool _isBurnEnabled)
ChangePresaleConfig(uint256 _maxCount)
ChangeSaleConfig(uint256 _maxCount)
GiftMint(address indexed _recipient, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleMint(address indexed _minter, uint256 _amount, uint256 _price)
SaleMint(address indexed _minter, uint256 _amount, uint256 _price)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WorkflowStatusChange(uint8 previousStatus, uint8 newStatus)
constructor(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.