-
## Status
Reported
## Type
Vulnerability
## Severity
High
## Code Snippet:
```js
function payRewards() external onlyOperator {
// Cache the rewards balance.
uint256 _re…
-
## Problem
MevEth deposit minimum is currently hard coded as 1,000 wei. This should be parametrized and agreed upon. 0xBeans contract had the deposit minimum as 1,000,000,000,000,000,000 wei by compa…
-
**Is your feature request related to a problem? Please describe.**
Current mevETH implementation uses [LayerZero](https://layerzero.network/) as a protocol.
For those not aware, LayerZero is an …
-
## DISCREPANCIES BETWEEN DOCUMENTATION AND IMPLEMENTATION
### SEVERITY: Informational
### DESCRIPTION
1. The Design Doc mentions “there is the ManifoldOwner role”, however
this role is not imp…
-
**Is your feature request related to a problem? Please describe.**
In order to launch mevETH pools on Balancer, we’ll need a rate provider contract that will expose the mevETH price in ETH via a getR…
-
## Status
Reported
## Type
Vulnerability
## Severity
Highest
## Code Snippet:
```js
```
## Remediation
## Description
```
MevEth is an ERC4626 vault with the share rate ca…
-
**Is your feature request related to a problem? Please describe.**
Currently on `MevETH` in the constructor we find the following:
```solidity
constructor(
string memory _name,
…
-
**Is your feature request related to a problem? Please describe.**
A missing check is still not implemented on this method.
```solidity
function sendCrossChain(
address _from,
…
-
## Status
Reported
## Type
Vulnerability
## Severity
High
## Code Snippet:
```js
function payRewards() external onlyOperator {
// Cache the rewards balance.
uint256 …
-
## Status
Reported
## Type
Vulnerability
## Severity
High
## Code Snippet:
```js
function grantValidatorWithdraw() external payable {
// Check that the sender is the staking module …