IERC20(reward.token).transfer(address(claimContract), d_reward);
if (d_reward > 0)
	IERC20(reward.token).transfer(address(claimContract), d_reward);
