Onyedikachi Enionyedika.hashnode.dev·Sep 9, 2023Solidity Basics: FunctionTable of Content Introduction Components of a Solidity Function FunctionName Parameters Visibility keywords public external internal private State mutability keywords View Pure Payable Fallback Function Function Modifiers Summar...Solidity Basicssolidity basics
Favour Ajayefavourajaye.hashnode.dev·May 10, 2023Solidity FunctionsSolidity Functions A function is basically a group of code that can be reused anywhere in the program. In Solidity, a function is a set of instructions that can be executed and called by other parts of the contract or by external contracts or account...20 likes·104 readsSolidity