Functions, Function Types, Function Visibility, and Function Modifiers in Solidity
Solidity Functions as I like to explain are a lot like functions/methods in JavaScript, with similarities extending to the structure of a function
function( params ) { args }
The difference between the structure of functions in Solidity and JavaScrip...
emmaodia.hashnode.dev6 min read
John Fáwọlé
Blockchain Technical Writer
This is explanatory and great.
I hope to read what you'd have to say about function selectors and encodewithsignature.
I've been having issues understanding how to use them in real-time.