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
- Host: GitHub
- URL: https://github.com/stemak/tricky_auth_challenge
- Owner: SteMak
- License: mit
- Created: 2024-11-04T13:06:00.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-04T13:16:11.000Z (7 months ago)
- Last Synced: 2025-01-21T12:46:32.090Z (4 months ago)
- Topics: challenge, smart-contracts, solidity
- Language: Solidity
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)