We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22c5634 + e77e7a6 commit 02f2a39Copy full SHA for 02f2a39
contracts/interface/IProperty.sol
@@ -11,4 +11,6 @@ interface IProperty {
11
function changeSymbol(string calldata _symbol) external;
12
13
function withdraw(address _sender, uint256 _value) external;
14
+
15
+ function transfer(address _to, uint256 _value) public returns (bool);
16
}
0 commit comments