In solidity defaults for the storage location depending on which type of variable it concerns

Code examples

0
0

In solidity defaults for the storage location depending on which type of variable it concerns

'state variables' are always in 'storage'
'function arguments' are always in 'memory'
local variables of 'struct', 'array' or 'mapping type' reference 'storage' by default
local variables of value type (i.e. neither array, nor struct nor mapping) are stored in the stack

Similar pages

Similar pages with examples

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................