# Broken invariants

- Budget filter: **4.00h**
- Events considered: **118 / 118**
- Unique invariants: **16**

> **Warning — trial run.** This benchmark was executed with fewer than 10 instances per fuzzer and/or a time budget shorter than 24h. Results from trial runs are meant for debugging purposes and are not valid for extracting conclusions across different fuzzers.

## Per-fuzzer totals

| Fuzzer | Invariants |
|---|---:|
| echidna | 16 |
| foundry | 14 |
| medusa | 15 |
| recon-fuzzer | 15 |

## High-level overlap

- Shared by all active fuzzers: **14**
- Exclusive to `echidna`: **1**
- Exclusive to `foundry`: **0**
- Exclusive to `medusa`: **0**
- Exclusive to `recon-fuzzer`: **0**

## Grouped invariants

<details>
<summary>Exclusive to <code>echidna</code> (1)</summary>

- `AssertionFailed`

</details>

<details>
<summary>Exclusive to <code>foundry</code> (0)</summary>

_None._

</details>

<details>
<summary>Exclusive to <code>medusa</code> (0)</summary>

_None._

</details>

<details>
<summary>Exclusive to <code>recon-fuzzer</code> (0)</summary>

_None._

</details>

<details>
<summary>Shared by all active fuzzers (14)</summary>

- `assert_canary`
- `invariant_canary`
- `testBurnBalance`
- `testChangeSupply`
- `testMintBalanceRounding`
- `testOptInBalance`
- `testOptInBalanceRounding`
- `testRebasingCreditsPerTokenNotIncreased`
- `testTotalSupplyLessThanTotalBalance`
- `testTransferBalanceReceivedLessRounding`
- `testTransferBalanceReceivedMore`
- `testTransferBalanceSentLess`
- `testTransferSelf`
- `testTransferWithinBalanceDoesNotRevert`

</details>

Top shared subsets (top 1 by size):

<details>
<summary><code>echidna, medusa, recon-fuzzer</code> (1)</summary>

- `testTransferFromShouldNotRevert`

</details>
