June 13, 2025

Solidity Storage Slots — A Core Concept

In-depth overview of Solidity storage layouts, covering primitives, structs, arrays, mappings, and strings with precise details on slot allocation and encoding.

June 24, 2024

Publication - Coinmonks

Exploiting Smart Contracts - Performing Reentrancy Attacks in Solidity

In this tutorial, we demonstrate how to create a reentrancy exploit in Solidity, including detailed setup, code examples, and execution steps, followed by essential mitigation strategies.