LISA
Search
⌘
K
Sessions
Scans
Public Scans
My Scans
Blog
Documentation
Community
Toggle Sidebar
Scan
...
2025-07-07 18:46:37
Public
Partial Disclosure
ERC314 Token Contract X315
high
6
medium
3
Share
Conversation
Export
Created By:
Credit Usage:
Show Code
Findings
Code
Summary
Protocol
Diagram
The scan results are partially disclosed.
Addresses in the feeWhiteList are unable to transfer tokens due to inverted check.
HIGH
Description
Recommendation
Cooldown checks apply to the caller (msg.sender) instead of the token holder (from address).
HIGH
Description
Recommendation
Receivers in initial blocks are added to feeWhiteList, blocking their transfers.
HIGH
Description
Recommendation
Addresses in feeWhiteList are blocked from transferring tokens
HIGH
Description
Recommendation
Removing liquidity drains ETH but leaves tokens, breaking reserves
HIGH
Description
Recommendation
Reserves are manipulable via direct ETH/token transfers
HIGH
Description
Recommendation
Burning to 0xdead does not reduce totalSupply.
MEDIUM
Description
Recommendation
Cooldown enforced on caller (msg.sender) instead of token holder
MEDIUM
Description
Recommendation
Owner can set minimal liquidity lock period
MEDIUM
Description
Recommendation