LemonadeStand

Verified contract

Active on Ethereum with 1,922 txns
Deployed by via 0xa970c7a5 at 15980156
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable
Native
Value $37.46
0xe16c4f3ed44040845f70e0f450eb8bc7e73491c90e23765f5fad7c98de6a2a19
0x4cd5bc3cab787a2e77bd5777bd7f82d96d9168abcd0bf0406ce2b808eba38683
0xcd52f5355d3de33cf920e3358830925945ec64524526f979276eade9a5949a89
0x3aeff57a3ee41a5990a5afa08057928c97967da36a73e9f5a5f80879e2f81f75
0xa2cfd1df5bbb415d1157d7af78f41deced4b0d20de95f90385d03f69667cd2de
0xa537fadbdc27f57e9cdd87a07630807ecc60b0c22a748d82c9b077afec7df712
0xc1d445053a2d07824bd13107b27f52bf46defdc99359e7017d734e4c902a7ff2
0xc228ef41099a639a216446eba494a496865d08bfbde98149ebfe8e173fa69daa
0x436ed29667954581b56b48fc935c56f4be061922919875aff2ce80f5cb282a6b
0x6cabbb1b54e20a7a0aabf0367f211905d4085d5534a1758949e1cfbc58fb9f8a

Functions
Getter at block 21380546
_initalPrice(view returns (uint256)
0
cost(view returns (uint256)
3300000000000000
hiddenMetadataUri(view returns (string)
ipfs://bafybeibnz75epvacxo336eljjpnxur5elpzwgdpnu7eul2nat67ftb6anm/hidden.json
maxFreeAmountPerAddress(view returns (uint256)
1
maxMintAmountPerAddress(view returns (uint256)
5
maxMintAmountPerTx(view returns (uint256)
5
maxSupply(view returns (uint256)
3333
merkleRoot(view returns (bytes32)
0x26358aafbbed8c12845f4b2da40c9ec910b1ed755691bbbca83b5e4b42574d1c
name(view returns (string)
LemonadeStand
owner(view returns (address)
0x525f85e1bc93f96a3d3665ad2d29c1cbf64c0d8a
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
LEMON
totalSupply(view returns (uint256)
2193
uriPrefix(view returns (string)
ipfs://bafybeigzv64xewhfxfljad5ticuzo3ro6gbldz7dpvp4ylctqss4pflxoa/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedAmountByAddress(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview 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
setMaxMintAmountPerAddress(uint256 _maxMintAmountPerAddress
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
setmaxFreeAmountPerAddress(uint256 _maxFreeAmountPerAddress
setmaxMintAmountPerAddress(uint256 _maxMintAmountPerAddress
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 _maxFreeAmountPerAddressuint256 _maxMintAmountPerAddressstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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