智能合约有效性

优质
小牛编辑
128浏览
2023-12-01

智能合约有效性

使用此方法,可能希望确定所加载的合约地址是你所期望的智能合约。为此,你可以使用isValid合约方法,只有在合约地址中部署的字节码与智能合约封装包中的字节码匹配时才会返回true。

contract.isValid();  // returns false if the contract bytecode does not match what's deployed
                     // at the provided address