getDODOWithdrawFeeRatio

This commit is contained in:
mingda
2021-02-07 15:35:12 +08:00
committed by owen05
parent 60f95d8d72
commit 029b4951e7

View File

@@ -299,6 +299,10 @@ contract vDODOToken is InitializableOwnable {
withdrawFeeDodoAmount = withdrawFeeDodoAmount.sub(burnDodoAmount);
}
function getDODOWithdrawFeeRatio() public view returns (uint256 feeRatio) {
feeRatio = IDODOCirculationHelper(_DODO_CIRCULATION_HELPER_).getDodoWithdrawFeeRatio();
}
// ============ Internal Functions ============
function _updateAlpha() internal {