-
# Handle
0xRajeev
# Vulnerability details
## Impact
Most contracts use the init pattern to initialize various state variables e.g. contract addresses instead of a constructor. This is not require…
-
# Handle
defsec
# Vulnerability details
## Impact
In a nutshell, public and external differs in terms of gas usage. The former use more than the latter when used with large arrays of data. This i…
-
# Handle
defsec
# Vulnerability details
## Impact
On the PoolDeployer contract, there is not setter function on the masterDeployer address. This can cause misfunctionality on the pool deployer co…
-
This issue is contingent on #211. It details the changes to App display/behavior dependent on the network selection. It can be separated into multiple issues if desired.
### Receive Screen
- [x]…
-
I'm getting the following error when trying to deploy the ArbitrageFlashLoaner SC to Ropsten through Infura.io.
Hardhat v2.7.1.
```
C:\DEV\Arbitrage-Uniswap-Sushiswap>npx hardhat run scripts/de…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Allowing one to contribute to token sales using a different beneficiary address allows them to grief users/addresses that are not supposed to c…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
The contracts use_safeTransferETH (via _safeTokenPayment) in many places which uses a low-level call instead of transfer to avoid any future is…
-
# Handle
tensors
# Vulnerability details
Suppose two users, A and B stake the same position on the same pool for the same amount of time. If correctly implemented, the claimReward for both should…
-
Need to test creating a token on mainnet, bridging to xDai and then using that token in the external garden
-
We need to get the trading volume of these DEXs, by running their existing subgraph index or through API call
Ethereum:
- 0x Native
- Repo: https://github.com/0xProject/ep-subgraph (Need to…