Function: pause()
This function pauses the contract.
Branches and code coverage
Intended branches
Pause the contract.
Negative behavior
Revert if the caller does not have
PAUSER_ROLE
.
pause()
This function pauses the contract.
Intended branches
Pause the contract.
Negative behavior
Revert if the caller does not have PAUSER_ROLE
.