An open API service indexing awesome lists of open source software.

https://github.com/stemak/tricky_auth_challenge

Solidity mid-level challenge for mind practice
https://github.com/stemak/tricky_auth_challenge

challenge smart-contracts solidity

Last synced: 2 months ago
JSON representation

Solidity mid-level challenge for mind practice

Awesome Lists containing this project

README

        

# TrickyAuth Challenge

The `TrickyAuth` contract deployed on Sepolia at address [0x1febc0f6e655196173c32ca4bf8ec27c75f5de2b](https://sepolia.etherscan.io/address/0x1febc0f6e655196173c32ca4bf8ec27c75f5de2b#code) presents a challenge of getting authorized and stealing a little Sepolia ETH from the contract balance

This is a mid-level task that requires basic knowledge of Solidity assembly and EVM storage principles

Detailed explanation provided in the [article](https://medium.com/@SteMak/solidity-trickyauth-challenge-aae0474d0614)