-
ZanyBonzy
medium
# No check for active L2 Sequencer
## Summary
Using Chainlink in L2 chains such as Arbitrum requires to check if the sequencer is down to avoid prices from looking like they are fr…
-
* 角色存储器/控制器
*
* 主合约
*/
pragma solidity ^0.4.25;
pragma experimental ABIEncoderV2;
import "./LibString.sol";not
import "./Table.sol";
import "./MapStorage.sol";
import "./SolarPanelsS…
-
xiaoming90
High
# Incorrect valuation of vault share
## Summary
The code for computing the valuation of the vault shares was found to be incorrect. As a result, the account's collateral will be ov…
-
We are integrating the property test suite as part of the verification of our vault contracts. Unfortunately all tests are failing with the following error:
```
Test result: FAILED. 0 passed; 1 fai…
-
# Lines of code
https://github.com/code-423n4/2024-07-munchables/blob/94cf468aaabf526b7a8319f7eba34014ccebe7b9/src/managers/LandManager.sol#L232
# Vulnerability details
## Vulnerability Details:
T…
-
# Lines of code
https://github.com/code-423n4/2023-08-verwa/blob/a693b4db05b9e202816346a6f9cada94f28a2698/src/VotingEscrow.sol#L134-L135
# Vulnerability details
## Impact
precision loss can result…
-
## Description
Consider the following Solidity source `c.sol`:
```solidity
// SPDX-License-Identifier: UNLICENCED
pragma solidity 0.4.26;
// pragma solidity 0.8.25;
contract c {
int256 nu…
-
bin2chen
High
# Maliciously specifying a very large intent.price will result in a large gain at settlement, stealing funds
### Summary
When Market.sol generates an order, if you specify a very l…
-
chaduke
medium
# boundedSub() might fail to return the result that is bounded to prevent overflows
## Summary
The goal of boundedSub() is to bound the result regardless what the inputs are to preve…
-
### subject
The first depositor of LpManager can have exclusive access to all awards from FuturesManager
### description
When depositing in LpManager, LpPrice is calculated as follows, when depositin…