factory add template update && proxy fix
This commit is contained in:
@@ -16,6 +16,13 @@ interface IDODOIncentive {
|
||||
function triggerIncentive(address fromToken,address toToken, address assetTo) external;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @title DODOIncentive
|
||||
* @author DODO Breeder
|
||||
*
|
||||
* @notice Trade Incentive in DODO platform
|
||||
*/
|
||||
contract DODOIncentive is InitializableOwnable {
|
||||
using SafeMath for uint256;
|
||||
using SafeERC20 for IERC20;
|
||||
|
||||
Reference in New Issue
Block a user