|
@@ -8,17 +8,12 @@ import "./IERC165.sol";
|
|
|
|
|
|
interface IERC1363 is IERC165, IERC20 {
|
|
|
/*
|
|
|
- * Note: the ERC-165 identifier for this interface is 0x4bbee2df.
|
|
|
- * 0x4bbee2df ===
|
|
|
+ * Note: the ERC-165 identifier for this interface is 0xb0202a11.
|
|
|
+ * 0xb0202a11 ===
|
|
|
* bytes4(keccak256('transferAndCall(address,uint256)')) ^
|
|
|
* bytes4(keccak256('transferAndCall(address,uint256,bytes)')) ^
|
|
|
* bytes4(keccak256('transferFromAndCall(address,address,uint256)')) ^
|
|
|
- * bytes4(keccak256('transferFromAndCall(address,address,uint256,bytes)'))
|
|
|
- */
|
|
|
-
|
|
|
- /*
|
|
|
- * Note: the ERC-165 identifier for this interface is 0xfb9ec8ce.
|
|
|
- * 0xfb9ec8ce ===
|
|
|
+ * bytes4(keccak256('transferFromAndCall(address,address,uint256,bytes)')) ^
|
|
|
* bytes4(keccak256('approveAndCall(address,uint256)')) ^
|
|
|
* bytes4(keccak256('approveAndCall(address,uint256,bytes)'))
|
|
|
*/
|