New: hvethereumnotesAll contenthive-129948hive-196917krzzansteemhive-183959photographyhive-180932hive-150122hive-185836uncommonlabhive-166405lifehive-183397hive-144064bitcoinhive-188619krsuccesshive-139150hive-103599hive-101145hive-180301hive-124908hive-167213hive-109690TrendingNewHotLikershvonsteemit (42)in ethereum • 7 years agoThings i have learned in my journey learning Ethereum development - Notes 2Modifiers ✍ modifiers are resuaable codeblocks that can be used to change the behaviour of a function. It ‘s a kind of decorator. ✍ Modifiers are created with the key ‘modifier’ ✍…hvonsteemit (42)in ethereum • 7 years agoThings i have learned in my journey learning Ethereum development - Notes 1✍ The data is stored as part of the smart contract. ✍ There is a limit on the ethereum smart contract storage but its HUGE . Contract storage is a key of 32 bytes and a value of 32 bytes, so the…