Whale Lounge

Verified contract

Active on Ethereum with 1,854 txns
Deployed by via 0xe4b613b1 at 15284143
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#372)
ERC-721
--
0xe7ca425a754bdd7103a4c6cc8124d481e1857876f442cbbc1e07bdd969bcb364
0x09a9a5630a758a7f1007d5fd544f0b34cc6420b1344f59752c08102e6030a05f
0x9eddc5958c78d68cf5ac3612fde218065e91eab0b4913440efca4e49830c7d0e
0x2f53102c817e6350d957b9d678f41ad17e5cb2ba14af79c3c9dd0e7fcea9211c
0x4aaa1976e72597416d97800a56e99f3d979381fb4e6f7beb1e6e763d90d5819f
0x26bb2faa190959dff3560e48df681c2870c4783791b437571aa08bdb02f49abe
0xf53f965423764f3ec8f0b919c9e1daed74576159c2f7ddee62fcfb8f0bd98226
0x09ab396ace5d8387685e592097e3fbc5979164e69b3e0820f629038fa1e6b9d8
0x7bd4154271d6f67880b6b14be81e6e23069d3965a8db819b859137c134d3de4e
0x88a6061c9a54fe88760152a638f869a743c05f7a6ab4f1def685cd2ee13a7d87

Functions
Getter at block 20886425
IS_SALE_ACTIVE(view returns (bool)
true
IS_WHITESALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
1
cost(view returns (uint256)
0
maxSupply(view returns (uint256)
1000
merkleRoot(view returns (bytes32)
0x7df1c59f1d2f8d8402c0e99da5acccc06965be489faa68c24137bcd07c5ac5c5
name(view returns (string)
Whale Lounge
owner(view returns (address)
0x76230d6e958ee6c4a72b9e43b64b7ab7dacf02ae
symbol(view returns (string)
WLP
totalSupply(view returns (uint256)
1000
wl_cost(view returns (uint256)
0
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)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountbytes32[] _merkleProofpayable 
ownerMint(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setMaxMintPerTx(uint256 maxMintPerTx
setMaxSupply(uint256 newMaxSupply
setMerkleRoot(bytes32 _newMerkleRoot
setPrice(uint256 newPrice
setSaleActive(bool saleIsActive
setWLPrice(uint256 newWLPrice
setWhiteSaleActive(bool WhitesaleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(