Etherfi project favicon

Etherfi

Multi-Chain
Last audited on 2023/02/25
No active critical issues

Last Issues (5)

Low
Medium
High
Critical
Total
Not fixed
1-1-2
Fixed
21--3
Total31105
Centralization Risks in EarlyAdopterPool.sol
not_fixed/high

In the contract `EarlyAdopterPool` the role `_owner` has authority over the functions shown in the diagram below. Any compromise to the `_owner` account may allow the hacker to take advantage of this authority. ![](https://accelerator-tasks-prod.acc.corp.certik.com/73b6c2db851742f39c4c21f1f02eddea/diagrams/centralization_EarlyAdopterPool-EarlyAdopterPool-_owner.svg) - set claiming to be opened, to allow users to claim their points. The hacker could use this authority to prevent users claim their points and transfer funds. - set the contract which will receive claimed funds. The hacker could use this authority to steal the claimed funds.
Third Party Dependency
not_fixed/low

The contract is serving as the underlying entity to interact with one or more third party protocols. The scope of the audit treats third party entities as black boxes and assume their functional correctness. However, in the real world, third parties can be compromised and this may lead to lost or stolen assets. In addition, upgrades of third parties can possibly create severe impacts, such as increasing fees of third parties, migrating to new LP pools, etc. ```solidity=85 rETH = _rETH; wstETH = _wstEth; sfrxEth = _sfrxEth; rETHInstance = IERC20(_rETH); wstETHInstance = IERC20(_wstEth); sfrxEthInstance = IERC20(_sfrxEth); ``` - The contract `EarlyAdopterPool` interacts with third party contract with `IERC20` interface via `rETHInstance/wstETHInstance/sfrxEthInstance`.

Audit (1)

#NameAuditorDateChainsIssues
1EtherFiCertiK2023/02/25
Off-Chain (Private)
No active critical issues