InHackerNoon.combyvasaHackPedia: 16 Solidity Hacks/Vulnerabilities, their Fixes and Real World ExamplesA Complete List of all Solidity Hacks/Vulnerabilities, their Fixes and Real World Hack ExamplesJul 23, 201813Jul 23, 201813
InSphereX TechnologiesbyAriel TempelhofReentrancy Guard 2.0How we could have stopped tens of millions of $ from being stolen, and accidentally made 2.5K$Mar 21, 2023Mar 21, 2023
Nova BlitzStoring Structs is costing you gasThis is going to get into some very technical Solidity concepts, very quickly. You have been warned!Feb 23, 20189Feb 23, 20189
InCoinmonksbyAlberto MolinaSmart Contracts Gas optimization techniquesEvery time a transaction get’s sent to the blockchain, gas fees must be paid. The amount of gas is related to the amount of computation the…Jun 17, 20222Jun 17, 20222
InCoinmonksbyJean CvllrSolidity Tutorial : all about ModifiersIn Solidity, Modifiers express what actions are occurring in a declarative and readable manner. They are similar to the decorator pattern…Feb 23, 20214Feb 23, 20214
InCoinmonksbyzeroFruitDelegateCall: Calling Another Contract Function in SolidityIn this post, we’re going to see how we can call another contract function. And we talk about more deeply about delegatecallSep 1, 201913Sep 1, 201913
InShyft NetworkbyElizabethSolidity and inline assemblyAssembly language is a low-level language used to communicate directly with the processor. A high level language such as C, Go, or Java is…Jul 31, 20182Jul 31, 20182