December 2018
Intermediate to advanced
222 pages
6h 6m
English
Functions are the executable units of code within a contract. Here is a function structure in solidity, as follows:
function (<Input parameters>) {access modifiers} [pure|constant|view|payable] [returns (<return types>)]
Read now
Unlock full access