Lemonoodles
Verified contract
Active on
Ethereum with 1,097 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Lemonoodles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19506002 | 8 months ago | | | 0 | 0.00075366284 | |
| 18907191 | 10 months ago | | | 0 | 0.00070885958 | |
| 18323282 | a year ago | | | 0 | 0.00012472630 | |
| 17967785 | a year ago | | | 0 | 0.00062065708 | |
| 17415412 | a year ago | | | 0 | 0.0087443421 | |
| 16605977 | 2 years ago | | | 0 | 0.00096893225 | |
| 16458843 | 2 years ago | | | 0 | 0.0010564370 | |
| 16389789 | 2 years ago | | | 0 | 0.00043960117 | |
| 16305756 | 2 years ago | | | 0 | 0.0010604838 | |
| 16277829 | 2 years ago | | | 0 | 0.00074330746 |
ABI
ABI objects
Getter at block 21160194
_metadataLocked() view returns (bool)
false
name() view returns (string)
Lemonoodles
owner() view returns (address)
0xdbee7ad6c7d51994a09b655ca5a7b3104edcc77b
publicSaleState() view returns (bool)
true
symbol() view returns (string)
LN
totalSupply() view returns (uint256)
1640
totalSupplyPrivate() view returns (uint256)
6
totalSupplyPublic() view returns (uint256)
1634
whitelistSaleState() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
wlMintsOf(address) view returns (uint256)
State-modifying
Events adminMint(address[] to)
approve(address to, uint256 tokenId)
emergencyWithdraw()
lockMetadata()
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri_)
setSaleStates(bool publicState, bool whitelistState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, uint256 maxMints, bytes signature) 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 baseUri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.