ethernaut icon indicating copy to clipboard operation
ethernaut copied to clipboard

Web3/Solidity based wargame

Results 155 ethernaut issues
Sort by recently updated
recently updated
newest added

This level adds "Moon Soon" a level demonstrates a supply chain attack. This level is developed by @georgercarder, @ericDeCourcy, @clarkhenry

new level proposal

**Why:** In order to make instructions on contributions clearer and organized. **How:** Added a CONTRIBUTING.md file outlining all the information needed for contributing Updated README.md to be more concise, have...

@ https://ethernaut.openzeppelin.com/level/0x4E73b858fD5D7A5fc1c3455061dE52a53F35d966 input: > await ethernaut.owner() output: > MetaMask - RPC Error: err: max fee per gas less than block base fee: address 0xCA6b8EaB76F76B458b1c43c0C5f500b33f63F475, maxFeePerGas: 20000000 baseFee: 29766651531 (supplied gas...

I suggest giving more hints for level 26 - DoubleEntryPoint It was really impossible to figure out the issue until I saw the level factory. Once you know that, the...

### Description It seems like Rinkeby will be deprecated. Are there plans to deploy Ethernaut to Goerli or Sepolia? ### Motivation > Keep shadow forking until no client issues, then...

[official solution](https://medium.com/coinmonks/ethernaut-lvl-13-gatekeeper-1-walkthrough-how-to-calculate-smart-contract-gas-consumption-and-eb4b042d3009) shows a verified contract, which can be emulated on remix in a straightforward fashion, which is relatively necessary to predict gas costs during operation. I was not quite...

I have been working on the Level 10 Re-entrancy level and cannot have the attack to work. I deployed the exact same Reentrance contract in Remix and managed to execute...

I am adding Arabic translation, I did strings.json and will be doing a page every few days.

I see the following MetaMask deprecation messages on the console: ``` MetaMask: The event 'data' is deprecated and may be removed in the future. inpage.js:1:20222 MetaMask: The event 'close' is...

Hello, Ethernaut contracts are targeted at Solidity ^0.6.0, but Level 10 Re-entrancy does not compile when using 0.6.0 through 0.6.1 because of the `.call{value: amount}()` syntax in line 21. The...