Pausable

All public interfaces for the Pausable contract
Pausable contract extends Ownable contract

pause

Pause the contract.
User must be contract owner

unpause

Unpause the contract.
User must be contract owner

State Variables

bool paused status of contract, can be used to prevent the use of certain functions