isDeployed method

bool isDeployed()

Implementation

bool isDeployed() {
  return this.status == ContractStatus.DEPLOYED;
}