Content
@
0 reply
0 recast
0 reaction
András Novoszáth
@nocibambi
◼️35/100: Block-by-Block One thing I learned about: Data location in Solidity. - EVM stack: value types (e.g. `uint`, `bool`, `address`) and opcode executions - Storage: reference types, not as function arguments/returns - Calldata: reference types excluding mappings, and not as constructor parameters - Memory: reference types, excluding mappings - Transient: state variable value types 🔽🛠️Resources🔽 - Types – Solidity 0.8.31 documentation (2025) by @solidity_lang: https://docs.soliditylang.org/en/latest/types.html#data-location
0 reply
0 recast
0 reaction