diff --git a/contracts/DODOToken/vDODOToken.sol b/contracts/DODOToken/vDODOToken.sol index b61f030..97cb4e1 100644 --- a/contracts/DODOToken/vDODOToken.sol +++ b/contracts/DODOToken/vDODOToken.sol @@ -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 {