ethereum [Video] Solidity v0.5.0 Breaking Changes Solidity v0.5.0 is out for about 2 weeks and now we can use it in Remix. To read more about the changes made for this version and how you’re going
solidity Exception Handling in Solidity Since version 0.4.13 we have a new Exception handling in Solidity. Instead of a simple throwwe have now revert(), require() and assert(). In this short video I'll walk you through the
ethereum Solidity - .send(...) vs. .transfer(...) A short notice on the two functions address.send(amount); vs. address.transfer(amount); Since version 0.4.13 (actually since this issue is resolved) Solidity has one new important function, the transfer