New: hvethereumnotesAll contenthive-129948hive-196917krhive-183959hive-150122hive-185836zzansteemhive-180932photographyhive-101145hive-183397hive-144064hive-166405uncommonlabhive-188619krsuccesshive-184714bitcoinhive-145157hive-103599hive-180301hive-193637hive-193186hive-179660TrendingNewHotLikershvonsteemit (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…