What is a modifier in Solidity?
A function that can modify state variables
A contract that can be modified after deployment
A construct used to change the behavior of functions in a declarative way
A special variable type that can be altered
Submit