使用此方法,可能希望确定所加载的合约地址是你所期望的智能合约。为此,你可以使用isValid合约方法,只有在合约地址中部署的字节码与智能合约封装包中的字节码匹配时才会返回true。
isValid
contract.isValid(); // returns false if the contract bytecode does not match what's deployed // at the provided address