-
Vagner
medium
# `getPrice` in `WeightedBPTOracle.sol` uses `totalSupply` for price calculations which can lead to wrong results
## Summary
`getPrice` is used to calculate the price in USD of a give…
-
# Lines of code
https://github.com/code-423n4/2022-11-paraspace/blob/c6820a279c64a299a783955749fdc977de8f0449/paraspace-core/contracts/misc/UniswapV3OracleWrapper.sol#L176
# Vulnerability details
…
-
IllIllI
medium
# Malicious order keepers can trigger the cancellation of any order, with old blocks
## Summary
Malicious order keepers can trigger the cancellation of any order by providing oracle…
-
IllIllI
medium
# Tracking of the latest ADL block use the wrong block number on Arbitrum
## Summary
Tracking of the latest ADL block use the wrong block number on Arbitrum
## Vulnerability Detai…
-
## QA
### Missing checks for address(0x0) when assigning values to address state variables
https://github.com/code-423n4/2022-10-inverse/blob/3e81f0f5908ea99b36e6ab72f13488bbfe622183/src/Market.sol#…
-
BLACK-PANDA-REACH
medium
# `BalancedVault` doesn't consider potential break in one of the markets
## Summary
In case of critical failure of any of the underlying markets, making it permanently impo…
-
# Lines of code
https://github.com/code-423n4/2022-09-canto/blob/65fbb8b9de22cf8f8f3d742b38b4be41ee35c468/src/Swap/BaseV1-periphery.sol#L490-L508
# Vulnerability details
## Impact
Hackers can depl…
-
[CoinGecko API](https://www.coingecko.com/en/api) is a solid choice, and what we used for Balancer project. Open to other suggestions. From here we can get asset values in any fiat currency, as well a…
-
- [ ] Add TradingView's technical analysis charts to our GitHub:
https://github.com/tradingview/charting_library
- [ ] Create a chart for each market (BTC/USD and ETH/USD).
- [ ] Display the SPOT…
-
## Problem
Currently when `exchange()` is invoked in Synthetix, the function is called with a `source` synth, an `amount` in the source synth, and the `destination` synth. The exchange is processed…