Modifiers
Learn about function modifiers in Solidity.
We'll cover the following...
Understanding modifiers
Function modifiers change the behavior of a function by adding requirements. The function body is placed wherever the special symbol _;
...