issues
search
code-423n4
/
2023-01-numoen-findings
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
QA Report
#293
code423n4
closed
1 year ago
3
Gas Optimizations
#292
code423n4
closed
1 year ago
1
Gas Optimizations
#291
code423n4
closed
1 year ago
1
Gas Optimizations
#290
code423n4
closed
1 year ago
1
Unchecked that the to address is nto the address of the tokens
#289
code423n4
closed
1 year ago
2
TOKEN BALANCE OF A PARTICULAR ADDRESS IS NOT CHECKED AGAINST THE REQUESTED TRANSFER AMOUNT INSIDE TRANSFER AND TRANSFERFROM FUNCTIONS IN `ERC20.sol` CONTRACT
#288
code423n4
closed
1 year ago
1
QA Report
#287
code423n4
closed
1 year ago
2
No way of transfering Ownership/Wrong use of Interface
#286
code423n4
closed
1 year ago
1
Funds that are stored in LiquidityManager are at risk
#285
code423n4
closed
1 year ago
4
Unsafe cast on `uniswapV3SwapCallback` can get all assets in the contract
#284
code423n4
closed
1 year ago
4
Gas Optimizations
#283
code423n4
closed
1 year ago
1
Unchecked that address to is not 0
#282
code423n4
closed
1 year ago
2
QA Report
#281
code423n4
opened
1 year ago
2
No-check taht amounts are less than reserves
#280
code423n4
closed
1 year ago
2
Malicious user can create a dummy `Lendgine` contract by mimicing a salt with same encoding format but using a malicious AMM invariant function
#279
code423n4
closed
1 year ago
2
QA Report
#278
code423n4
opened
1 year ago
1
QA Report
#277
code423n4
closed
1 year ago
1
Gas Optimizations
#276
code423n4
opened
1 year ago
2
Multiple pairs of the same tokens can get created at `createLendgine` and saved in `getLendgine`
#275
code423n4
closed
1 year ago
6
Precision loss could happen when division comes before multiplication
#274
code423n4
closed
1 year ago
5
Lock of value at `Payment` if value added to the call
#273
code423n4
closed
1 year ago
3
Losses in Pair and LendgineRouter can be generated if used with ERC20 Tokens with fee on transfer
#272
code423n4
closed
1 year ago
2
QA Report
#271
code423n4
closed
1 year ago
1
QA Report
#270
code423n4
closed
1 year ago
1
Anyone can withdraw contract funds
#269
code423n4
closed
1 year ago
2
QA Report
#268
code423n4
closed
1 year ago
1
The LiquidityManager.pairMintCallback() might be exploited to steal funding from another user when the factory contract is compromised.
#267
code423n4
closed
1 year ago
3
No-check liquidity is != 0
#266
code423n4
closed
1 year ago
1
Mint function should have a pause
#265
code423n4
closed
1 year ago
1
Precision loss in the invariant function can lead to loss of funds
#264
code423n4
opened
1 year ago
6
Fee on transfer tokens will not behave as expected
#263
code423n4
opened
1 year ago
9
QA Report
#262
code423n4
closed
1 year ago
1
```mint()``` function logic will break with fee-on-transfer(deflationary) tokens
#261
code423n4
closed
1 year ago
2
QA Report
#260
code423n4
closed
1 year ago
1
QA Report
#259
code423n4
opened
1 year ago
5
ERC20 TRANSFER AND TRANSFERFROM ARE NOT CHECKING FOR THE ZERO ADDRESS OF `to` AND `from`, DURING EXECUTION
#258
code423n4
closed
1 year ago
1
No support non-18 decimals token
#257
code423n4
closed
1 year ago
1
Gas Optimizations
#256
code423n4
closed
1 year ago
1
QA Report
#255
code423n4
closed
1 year ago
1
First liquidity provider will suffer from revert or fund loss
#254
code423n4
opened
1 year ago
4
Unprotected Ether Withdrawal
#253
code423n4
closed
1 year ago
1
A direct collect interaction does not accrue interests
#252
code423n4
closed
1 year ago
9
QA Report
#251
code423n4
closed
1 year ago
1
ANYONE CAN STEAL ETH THROUGH METHODS IN `Payment.sol`
#250
code423n4
closed
1 year ago
2
DIVISION BEFORE MULTIPLICATION ERROR IN CALCULATING INTEREST CAN LEAD TO LARGER PRECISION LOSS
#249
code423n4
closed
1 year ago
3
Locked Ether
#248
code423n4
closed
1 year ago
1
QA Report
#247
code423n4
closed
1 year ago
1
Gas Optimizations
#246
code423n4
opened
1 year ago
1
Gas Optimizations
#245
code423n4
closed
1 year ago
1
Multiple combinations of token0/token1 for a given liquidity exist to satisfies the custom variant of AMM pool. A naive LP or Power token holder can transfer more token0/token1 then necessary when minting & burning respectively
#244
code423n4
closed
1 year ago
3
Next