Little Lemon Friends
Verified contract
Active on
Ethereum with 23,888 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a92…050c
0xbf66…6f5a
Balances ($0.00)
No balances found for "Little Lemon Friends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141127 | 3 days ago | | | 0 | 0.00038282369 | |
| 21137865 | 3 days ago | | | 0 | 0.00091804779 | |
| 21135174 | 4 days ago | | | 0 | 0.00075159465 | |
| 21133975 | 4 days ago | | | 0 | 0.00093998351 | |
| 21133744 | 4 days ago | | | 0 | 0.00038122222 | |
| 21128328 | 5 days ago | | | 0 | 0.00070963814 | |
| 21127418 | 5 days ago | | | 0 | 0.0012975373 | |
| 21126220 | 5 days ago | | | 0 | 0.0012986432 | |
| 21126077 | 5 days ago | | | 0 | 0.0017006554 | |
| 21116795 | 6 days ago | | | 0 | 0.00027949018 |
ABI
ABI objects
Getter at block 21161520
LITTLELEMONFRIENDS_PROVENANCE() view returns (string)
MAX_COLLECTION_PRESALE_TOKENS() view returns (uint256)
4000
MAX_MINTS_PER_WALLET() view returns (uint256)
15
MAX_TOKENS() view returns (uint256)
9999
MAX_TOKENS_PUBLIC_MINT() view returns (uint256)
9799
MAX_TOKENS_PURCHASE() view returns (uint256)
5
MAX_TOKENS_PURCHASE_PRESALE() view returns (uint256)
2
TOKEN_PRICE() view returns (uint256)
25000000000000000
collectionPresaleIsActive() view returns (bool)
false
collectionPresaleNumTokenMinted() view returns (uint256)
354
mintIsActive() view returns (bool)
false
name() view returns (string)
Little Lemon Friends
numBurnedTokens() view returns (uint256)
0
numTokensMinted() view returns (uint256)
9999
owner() view returns (address)
0xf6ffa29f28c9a3ceeeec291a51057c62b9511fa6
paused() view returns (bool)
false
presaleIsActive() view returns (bool)
false
symbol() view returns (string)
LEMON
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
collectionWalletsMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWalletList(address) view returns (bool)
qualifyForCollectionPresaleMint(address _owner) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipCollectionPresaleMintState()
flipMintState()
flipPresaleState()
initPresaleWalletList(address[] walletList)
mintCollectionPresale(uint256 numberOfTokens) payable
mintLemons(uint256 numberOfTokens) payable
mintPresale(uint256 numberOfTokens) payable
renounceOwnership()
reserveTokens(uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPaused(bool _setPaused)
setProvenanceHash(string provenanceHash)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.