pragma solidity ^0.4.18;
contract WithdrawInterestRate {

  function withdraw() public payable returns (bool) {
      if (now == 08/01/2018) {  // Hàm thời gian now có thể được điều khiển bởi Miner
          transferInterestRate(); 
      }
  }

}