LemonadeStand
Verified contract
Active on
Ethereum with 1,922 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($37.46)
Native
Value
$37.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0099 | $3,783.35 |
$37.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20725878 | 3 months ago | | | 0 | 0.000079036719 | |
| 20667216 | 3 months ago | | | 0 | 0.000058379388 | |
| 20539167 | 4 months ago | | | 0 | 0.000048906425 | |
| 20408528 | 4 months ago | | | 0 | 0.00011443300 | |
| 20110795 | 6 months ago | | | 0 | 0.00032710520 | |
| 20040384 | 6 months ago | | | 0 | 0.00080028402 | |
| 19755943 | 7 months ago | | | 0 | 0.00030598234 | |
| 19697809 | 8 months ago | | | 0 | 0.00036054403 | |
| 19633947 | 8 months ago | | | 0 | 0.0011232110 | |
| 19587751 | 8 months ago | | | 0 | 0.00069576805 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmountByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, uint256 _maxFreeAmountPerAddress, uint256 _maxMintAmountPerAddress, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()