[audit]#5 add claim ownership to ownable contract
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
pragma solidity 0.6.9;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
|
||||
interface IDODO {
|
||||
function init(
|
||||
address supervisor,
|
||||
@@ -24,6 +23,8 @@ interface IDODO {
|
||||
|
||||
function transferOwnership(address newOwner) external;
|
||||
|
||||
function claimOwnership() external;
|
||||
|
||||
function sellBaseToken(uint256 amount, uint256 minReceiveQuote) external returns (uint256);
|
||||
|
||||
function buyBaseToken(uint256 amount, uint256 maxPayQuote) external returns (uint256);
|
||||
|
||||
Reference in New Issue
Block a user