Skip to content

Latest commit

 

History

History
186 lines (174 loc) · 5.98 KB

IPausable.md

File metadata and controls

186 lines (174 loc) · 5.98 KB

IPausable.sol

View Source: contracts/interfaces/IPausable.sol

IPausable

Functions

paused

function paused() external view
returns(bool)

Arguments

Name Type Description
Source Code
function paused() external view returns (bool);

Contracts