Writeup for Inju’s Gambit Hello h4ck3r, welcome to the world of smart contract hacking. In order to understand this writeup you need to understand foundry. Key Concepts To Learn When interacting with a smart contract, our interactions are conducted through transactions. Calling a function that modifies the state of a...

Writeup for CoinFlip Hello h4ck3r, welcome to the world of smart contract hacking. Solving the challenges from Ethernaut will help you understand Solidity well. For each challenge, they will deploy the contract and provide us with the instance of that contract. Our task is to interact with the contract and exploit it....