pragma solidity ^0.4.0; contract SecureTargetMock { function checkInvarient() returns(bool){ return true; } }