0
0
llucycodes42
The function name() view public returns type name code is declaring that the function will have a public view and will return the type name assigned to it.
Shortcut: funcrview
function name(type name) view public returns (type name) {
}