IERC20(currency).safeTransferFrom(follower, treasury, treasuryAmount);
if (treasuryAmount > 0)
	IERC20(currency).safeTransferFrom(follower, treasury, treasuryAmount);
