wait to freeze
This commit is contained in:
@@ -12,12 +12,6 @@ import {SafeMath} from "../lib/SafeMath.sol";
|
||||
import {DecimalMath} from "../lib/DecimalMath.sol";
|
||||
import {InitializableOwnable} from "../lib/InitializableOwnable.sol";
|
||||
|
||||
interface IDODOCirculationHelper {
|
||||
// Locked vDOOD not counted in circulation
|
||||
function getCirculation() external returns (uint256);
|
||||
|
||||
function getVDODOWithdrawFeeRatio() external returns (uint256);
|
||||
}
|
||||
|
||||
contract DODOCirculationHelper is InitializableOwnable {
|
||||
using SafeMath for uint256;
|
||||
|
||||
@@ -20,7 +20,7 @@ interface IGovernance {
|
||||
}
|
||||
|
||||
interface IDODOCirculationHelper {
|
||||
// vDODO 锁仓不算流通
|
||||
// Locked vDOOD not counted in circulation
|
||||
function getCirculation() external view returns (uint256);
|
||||
|
||||
function getVDODOWithdrawFeeRatio() external view returns (uint256);
|
||||
|
||||
Reference in New Issue
Block a user