# Official Solidity Docs

Three things to read:

* [Layout of State Variables in Storage](https://docs.soliditylang.org/en/latest/internals/layout_in_storage.html)
* [Layout in Memory](https://docs.soliditylang.org/en/latest/internals/layout_in_memory.html)
* [Layout of Calldata](https://docs.soliditylang.org/en/latest/internals/layout_in_calldata.html)

We have worked through it in the "Ethereum and Solidity Deep Dive" section:

{% embed url="<https://www.ctfnote.com/evm-auditing/ethereum-and-solidity-deep-dive>" %}
Ethereum and Solidity Deep Dive
{% endembed %}
