# Ethernaut - Template

<https://ethernaut.openzeppelin.com/level/1>

### Level Setup

{% hint style="info" %}

{% endhint %}

### Level Contract

{% embed url="<https://github.com/OpenZeppelin/ethernaut/blob/master/contracts/contracts/levels/Telephone.sol>" %}

{% code lineNumbers="true" fullWidth="true" %}

```solidity
```

{% endcode %}

### Exploit

The

1.

{% tabs %}
{% tab title="Anvil" %}

```bash
make anvil-exploit-level-1

<INPUT_LEVEL_INSTANCE_CONTRACT_ADDRESS>
```

{% endtab %}

{% tab title="Holesky" %}

```bash
make holesky-exploit-level-1

<INPUT_LEVEL_INSTANCE_CONTRACT_ADDRESS>
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Exploit Contract" %}
LINK

{% code title="src/Level4.sol" %}

```solidity
```

{% endcode %}
{% endtab %}

{% tab title="Exploit Deployment Script" %}
LINK

{% code title="script/Level4.s.sol" %}

```solidity
```

{% endcode %}
{% endtab %}
{% endtabs %}

2. Submit instance... 🥳

### Completion Message

{% hint style="info" %}

{% endhint %}

### Notes

*
