# Resource Bank to more front running examples

{% hint style="info" %}
[**Book an audit with Zokyo**](https://www.zokyo.io/)
{% endhint %}

## Links

**1)** [**Slingshot finance** code4rena **audit report** ](https://ipfs.io/ipfs/QmU7JQUCuciGJ9EVApWnPvBCy32eYQnREDFGsxoyDR6w3j?filename=Code%20423n4%20ElasticDAO%20Findings%20and%20Analysis.pdf)contains multiple front-run vulnerabilities

**2)**[ **ElasticDAO** code4rena **audit report**](https://ipfs.io/ipfs/QmU7JQUCuciGJ9EVApWnPvBCy32eYQnREDFGsxoyDR6w3j?filename=Code%20423n4%20ElasticDAO%20Findings%20and%20Analysis.pdf) where Malicious actors can avoid penalty: A DAO member may be able to predict when they will be penalized if they monitor the mempool for events related to the penalize function on the contract. This member can then avoid penalization by transferring their balance to another address and sending it back to the original account after the next block. Since the penalty transaction will revert if the amount is greater than the balance, an attacker could potentially frontrun the penalty by calling the exit function with a miniscule amount of ETH. They could also exit the DAO completely. This loophole provides potential incentive for malicious actors to exploit the DAO.

**3)** [**\[LOW\] Front-running setFees() could avoid fees**](https://github.com/code-423n4/2021-05-nftx-findings/issues/72)

**4)** [**\[LOW\] Mint can be front-run**](https://github.com/code-423n4/2021-04-meebits-findings/issues/20)

**5)** [**\[MED\] Potential griefing with DoS by front-running vault creation with same vaultID**](https://github.com/code-423n4/2021-05-yield-findings/issues/43)

**6)** [**\[MED\] Vulnerable Pool initial rate**](https://github.com/code-423n4/2021-07-spartan-findings/issues/23)

**7)** [**\[MED\] Trader orders can be front-run and users can be denied from trading**](https://github.com/code-423n4/2021-06-tracer-findings/issues/64)

**8)** [**\[HIGH\] DOS by Frontrunning NoteERC20 initialize() Function**](https://github.com/code-423n4/2021-08-notional-findings/issues/7)

**9)** [**\[MED\] Rewards squatting - setting rewards in different ERC20 tokens opens various economic attacks.**](https://github.com/code-423n4/2021-08-yield-findings/issues/64)

**10)** [**\[High\] Unrestricted Front run in VestFor()**](https://github.com/code-423n4/2021-11-vader-findings/issues/229)

Any questions so far? [ask Omar](https://www.linkedin.com/in/omar-inuwa/)[ Inuwa](https://www.linkedin.com/in/omar-inuwa/)

&#x20;

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zokyo-auditing-tutorials.gitbook.io/zokyo-tutorials/tutorials/tutorial-1-front-running/resource-bank-to-more-front-running-examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
